ManagementPackRelationship.PropertyCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.