SiteRecord Class
Represents the base site record.
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.ContentLocationMPSite
Syntax
[SerializableAttribute]
public abstract class SiteRecord
[SerializableAttribute]
public ref class SiteRecord abstract
<SerializableAttribute>
Public MustInherit Class SiteRecord
Constructors
Name | Description | |
---|---|---|
SiteRecord() | Initializes a new instance of the SiteRecord class. |
Properties
Name | Description | |
---|---|---|
SiteCode | Gets or sets the site code of the record. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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