| MessageFormatAttribute Constructor |
Creates a new instance of the message format attribute
Namespace:
RestSrvr.Attributes
Assembly:
RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntax public MessageFormatAttribute(
MessageFormatType format
)
Public Sub New (
format As MessageFormatType
)
public:
MessageFormatAttribute(
MessageFormatType format
)
new :
format : MessageFormatType -> MessageFormatAttribute
Parameters
- format
- Type: RestSrvr.AttributesMessageFormatType
[Missing <param name="format"/> documentation for "M:RestSrvr.Attributes.MessageFormatAttribute.#ctor(RestSrvr.Attributes.MessageFormatType)"]
See Also