MessagePropertyDictionary.CopyTo Method (MessageProperty[], Int32)
Copies message properties to a destination array.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public void CopyTo(
MessageProperty[] array,
int arrayIndex
)
public:
void CopyTo(
array<MessageProperty^>^ array,
int arrayIndex
)
Public Sub CopyTo (
array As MessageProperty(),
arrayIndex As Integer
)
Parameters
array
Type: Microsoft.ConfigurationManagement.Messaging.Framework.MessageProperty[]Array of message properties.
arrayIndex
Type: System.Int32The array index.
See Also
MessagePropertyDictionary Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top