[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Site info site code

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
SiteInfoSiteCode
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
SiteInfoSiteCode
[
SerializableAttribute]
public 
ref class 
SiteInfoSiteCode 
sealed

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
SiteInfoSiteCode () () () ()
Initializes a new instance of the SiteInfoSiteCodeclass.
SiteInfoSiteCode(String)
Initializes a new instance of the SiteInfoSiteCodeclass.
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
Implicit Widening Implicit Implicit Implicit (String to SiteInfoSiteCode)
Converts a string to a well-typed SiteInfoSiteCode object
MemberwiseClone () () () () (Inherited from Object.)
Name
Site code name
ToSiteInfoSiteCode(String)
Converts a string to a well-typed SiteInfoSiteCode object
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . SiteInfoSiteCode

See Also