Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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