| RestResponseMessageFormat Property |
Gets or sets the format of this message response type
Namespace:
RestSrvr.Message
Assembly:
RestSrvr (in RestSrvr.dll) Version: 2.2.1
Syntax public MessageFormatType Format { get; }
Public ReadOnly Property Format As MessageFormatType
Get
public:
property MessageFormatType Format {
MessageFormatType get ();
}
member Format : MessageFormatType with get
Property Value
Type:
MessageFormatTypeSee Also