AssignedSiteInfoSite Class

 

Represents assigned site information site records.

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

Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.Messaging.Messages.SiteRecord
    Microsoft.ConfigurationManagement.Messaging.Messages.AssignedSiteInfoSite
      Microsoft.ConfigurationManagement.Messaging.Messages.SiteInfoSite

Syntax

[SerializableAttribute]
public abstract class AssignedSiteInfoSite : SiteRecord
[SerializableAttribute]
public ref class AssignedSiteInfoSite abstract : SiteRecord
<SerializableAttribute>
Public MustInherit Class AssignedSiteInfoSite
    Inherits SiteRecord

Constructors

Name Description
System_CAPS_protmethod AssignedSiteInfoSite()

Initializes a new instance of the AssignedSiteInfoSite class.

Properties

Name Description
System_CAPS_pubproperty BuildNumber

Gets or sets the site build number.

System_CAPS_pubproperty Capabilities

Gets or sets site capabilities.

System_CAPS_pubproperty DefaultMP

Gets or sets the default management point.

System_CAPS_pubproperty SiteCode

Gets or sets the site code of the record. (Overrides SiteRecord.SiteCode.)

System_CAPS_pubproperty Version

Gets or sets the site version.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top