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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.