SiteRecords<T> Class

 

Represents a collection of SiteRecord records.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::SiteRecords<T>

generic<typename T>
where T : SiteRecord
[SerializableAttribute]
public ref class SiteRecords sealed 

Type Parameters

T

SiteRecord implementing type.

NameDescription
System_CAPS_pubmethodSiteRecords<T>()

Initializes a new instance of the SiteRecords<T> class.

NameDescription
System_CAPS_pubpropertySites

Gets a collection of sites.

NameDescription
System_CAPS_pubmethodAddSite(T)

Adds a site record to the collection.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: