Udostępnij za pośrednictwem


IMessage.SmsId Property

 

Gets or sets the SMSID for the message. This value can be empty.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

SmsClientId SmsId { get; set; }
property SmsClientId^ SmsId {
    SmsClientId^ get();
    void set(SmsClientId^ value);
}
Property SmsId As SmsClientId

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId

The SMSID of the sending client. This value can be null, depending on the implementation of the message.

See Also

IMessage Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top