DependentAttributeMetadataCollection.DependentAttributes Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::Crm::Sdk::Messages::DependentAttributeMetadata ^> ^ DependentAttributes { System::Collections::Generic::List<Microsoft::Crm::Sdk::Messages::DependentAttributeMetadata ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::Crm::Sdk::Messages::DependentAttributeMetadata ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.List<Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata> DependentAttributes { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DependentAttributes : System.Collections.Generic.List<Microsoft.Crm.Sdk.Messages.DependentAttributeMetadata> with get, set
Public Property DependentAttributes As List(Of DependentAttributeMetadata)

Property Value

Attributes

Applies to