MessageBodyXmlRootTypeAttribute.BodyType Property
Gets the message body type container.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public Type BodyType { get; private set; }
public:
property Type^ BodyType {
Type^ get();
private: void set(Type^ value);
}
Public Property BodyType As Type
Get
Private Set
End Property
Property Value
Type: System.Type
See Also
MessageBodyXmlRootTypeAttribute Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top