Share via


SmsStatusMessage.SiteCode Property

 

Gets or sets the assigned site for the message.

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

Syntax

[StatusMessagePropertyAttribute]
public string SiteCode { get; set; }
public:
[StatusMessagePropertyAttribute]
property String^ SiteCode {
    String^ get();
    void set(String^ value);
}
<StatusMessagePropertyAttribute>
Public Property SiteCode As String

Property Value

Type: System.String

See Also

SmsStatusMessage Class
Microsoft.ConfigurationManagement.Messaging.StatusMessages Namespace

Return to top