ISql90ContractMessageSpecifier.SentBy Property

Gets or sets a value that indicates which endpoints can send this message type.

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

Syntax

'Declaration
Property SentBy As SqlMessageSentByType
SqlMessageSentByType SentBy { get; set; }
property SqlMessageSentByType SentBy {
    SqlMessageSentByType get ();
    void set (SqlMessageSentByType value);
}
abstract SentBy : SqlMessageSentByType with get, set
function get SentBy () : SqlMessageSentByType
function set SentBy (value : SqlMessageSentByType)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlMessageSentByType

.NET Framework Security

See Also

Reference

ISql90ContractMessageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace