Share via


ConfigMgrMPListRequest.SiteCode Property

 

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

IMessage.SiteCode

See Also

ConfigMgrMPListRequest Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top