Message.SmsId Property
Gets or sets the SMSID to use for signing and sending a message.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Recommended,
IgnoreForSender = new Type[] { ... })]
public virtual SmsClientId SmsId { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Recommended,
IgnoreForSender = new array<Type^>^ { ... })]
property SmsClientId^ SmsId {
virtual SmsClientId^ get();
virtual void set(SmsClientId^ value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Recommended,
IgnoreForSender := New Type() { ... })>
Public Overridable Property SmsId As SmsClientId
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Framework.SmsClientId
Implements
See Also
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top