SenderConfigurationProperties.Add Method (SenderConfigurationProperty)
Adds a SenderConfigurationProperty.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void Add(
SenderConfigurationProperty item
)
public:
void Add(
SenderConfigurationProperty^ item
)
Public Sub Add (
item As SenderConfigurationProperty
)
Parameters
item
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SenderConfigurationPropertyThe sender configuration property.
See Also
Add Overload
SenderConfigurationProperties Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top