ManagementPackRelationship.PropertyCollection Property

Definition

Gets the collection of properties for the relationship. A property of a relationship is populated during discovery of the relationship.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipProperty ^> ^ PropertyCollection { Microsoft::EnterpriseManagement::Configuration::ManagementPackSubElementCollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackRelationshipProperty ^> ^ get(); };
public Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipProperty> PropertyCollection { get; }
member this.PropertyCollection : Microsoft.EnterpriseManagement.Configuration.ManagementPackSubElementCollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipProperty>
Public ReadOnly Property PropertyCollection As ManagementPackSubElementCollection(Of ManagementPackRelationshipProperty)

Property Value

A ManagementPackSubElementCollection<T> collection of ManagementPackRelationshipProperty objects.

The collection of properties for the relationship.

Applies to