EntityRelationsWithDependantEntityMetadata.DependantEntitiesCollection 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.
public:
property Microsoft::Crm::Sdk::Messages::DependentEntityMetadataCollection ^ DependantEntitiesCollection { Microsoft::Crm::Sdk::Messages::DependentEntityMetadataCollection ^ get(); void set(Microsoft::Crm::Sdk::Messages::DependentEntityMetadataCollection ^ value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection DependantEntitiesCollection { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DependantEntitiesCollection : Microsoft.Crm.Sdk.Messages.DependentEntityMetadataCollection with get, set
Public Property DependantEntitiesCollection As DependentEntityMetadataCollection
Property Value
- Attributes