Udostępnij za pośrednictwem


SiteInfoSite Class

 

Represents a SiteInfoReply site.

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 sealed class SiteInfoSite : AssignedSiteInfoSite
[SerializableAttribute]
public ref class SiteInfoSite sealed : AssignedSiteInfoSite
<SerializableAttribute>
Public NotInheritable Class SiteInfoSite
    Inherits AssignedSiteInfoSite

Constructors

Name Description
System_CAPS_pubmethod SiteInfoSite()

Initializes a new instance of the SiteInfoSite class.

Properties

Name Description
System_CAPS_pubproperty BuildNumber

Gets or sets the site build number. (Inherited from AssignedSiteInfoSite.)

System_CAPS_pubproperty Capabilities

Gets or sets site capabilities. (Inherited from AssignedSiteInfoSite.)

System_CAPS_pubproperty DefaultMP

Gets or sets the default management point. (Inherited from AssignedSiteInfoSite.)

System_CAPS_pubproperty OperationalSettings

Gets or sets operational settings.

System_CAPS_pubproperty SiteCode

Gets or sets the site code of the record. (Inherited from AssignedSiteInfoSite.)

System_CAPS_pubproperty Version

Gets or sets the site version. (Inherited from AssignedSiteInfoSite.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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