MessageTypeStatementBase.ValidationMethod Property

Gets or sets how Service Broker validates the message body for messages of this kind.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ValidationMethod As MessageValidationMethod
public MessageValidationMethod ValidationMethod { get; set; }
public:
property MessageValidationMethod ValidationMethod {
    MessageValidationMethod get ();
    void set (MessageValidationMethod value);
}
member ValidationMethod : MessageValidationMethod with get, set
function get ValidationMethod () : MessageValidationMethod
function set ValidationMethod (value : MessageValidationMethod)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.MessageValidationMethod
Returns a MessageValidationMethod.

.NET Framework Security

See Also

Reference

MessageTypeStatementBase Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace