Partager via


ContentLocationAssignedSite Constructor (String)

 

Initializes a new instance of the ContentLocationAssignedSite class and sets the SiteCode attribute.

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

Syntax

public ContentLocationAssignedSite(
    string siteCode
)
public:
ContentLocationAssignedSite(
    String^ siteCode
)
Public Sub New (
    siteCode As String
)

Parameters

  • siteCode
    Type: System.String

    The site code to set to the attribute.

See Also

ContentLocationAssignedSite Overload
ContentLocationAssignedSite Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top