IMessage.SiteCode Property
Gets or sets the site code. Some messages require this property.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
string SiteCode { get; set; }
property String^ SiteCode {
String^ get();
void set(String^ value);
}
Property SiteCode As String
Property Value
Type: System.String
See Also
IMessage Interface
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top