MessageBodyXmlRootTypeAttribute Constructor (Type)
Initializes a new instance of the MessageBodyXmlRootTypeAttribute class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public MessageBodyXmlRootTypeAttribute(
Type type
)
public:
MessageBodyXmlRootTypeAttribute(
Type^ type
)
Public Sub New (
type As Type
)
Parameters
type
Type: System.TypeThe type.
See Also
MessageBodyXmlRootTypeAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top