Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Adds a property to the collection.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void Add(
MessageProperty item
)
public:
void Add(
MessageProperty^ item
)
Public Sub Add (
item As MessageProperty
)
Parameters
item
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessagePropertyThe message property item.
See Also
Add Overload
MessagePropertyDictionary Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top