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

Represents the CCM_ADSiteInfo node in a Inventory report

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
sealed 
class 
InventoryInstanceElementADSiteInfo
: 

InventoryInstanceElement
<
SerializableAttribute> _
Public 
NotInheritable 
Class 
InventoryInstanceElementADSiteInfo
_
	
Inherits 

InventoryInstanceElement
[
SerializableAttribute]
public 
ref class 
InventoryInstanceElementADSiteInfo 
sealed : 
public 

InventoryInstanceElement

Members

                       
  All Members     Constructors      Properties      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
InventoryInstanceElementADSiteInfo () () () ()
Initializes a new instance of the InventoryInstanceElementADSiteInfoclass.
InventoryInstanceElementADSiteInfo(String)
Initializes a new instance of the InventoryInstanceElementADSiteInfoclass.
ADSiteName
Gets or sets the AD Site Name. Defaults to 'Default-First-Site-Name'
BaseClass
Gets the Class for the instance
DiscoverSelf () () () ()
Discover an inventory instance element based local configuration
Equals(Object) (Inherited from Object.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from Object.)
GetType () () () () (Inherited from Object.)
MemberwiseClone () () () () (Inherited from Object.)
Namespace
WMI namespace for the instance
ParentClass
Gets the ParentClass for the instance
ToString () () () () (Inherited from Object.)

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryInstanceElement
     Microsoft.ConfigurationManagement.Messaging.Messages . . :: . . InventoryInstanceElementADSiteInfo

See Also