SiteInfoSiteCode Constructor (String)
Initializes a new instance of the SiteInfoSiteCode class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public SiteInfoSiteCode(
string siteCode
)
public:
SiteInfoSiteCode(
String^ siteCode
)
Public Sub New (
siteCode As String
)
Parameters
siteCode
Type: System.StringThe site code.
See Also
SiteInfoSiteCode Overload
SiteInfoSiteCode Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top