Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the optional site code to use when performing an MPLIST lookup.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.None)]
public override string SiteCode { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::None)]
property String^ SiteCode {
virtual String^ get() override;
virtual void set(String^ value) override;
}
<MessagePropertyAttribute(MessagePropertyImportance.None)>
Public Overrides Property SiteCode As String
Property Value
Type: System.String
Implements
See Also
ConfigMgrMPListRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top