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