Share via


Message.SiteCode Property

 

Gets or sets the site code to use for sending a message. Some messages require this property.

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

Syntax

public virtual string SiteCode { get; set; }
public:
property String^ SiteCode {
    virtual String^ get();
    virtual void set(String^ value);
}
Public Overridable Property SiteCode As String

Property Value

Type: System.String

Implements

IMessage.SiteCode

See Also

Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top