DependentEntityMetadataCollection.Item[] 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.
Overloads
Item[Int32] | |
Item[String] |
Item[Int32]
public:
property Microsoft::Crm::Sdk::Messages::DependentEntityMetadata ^ default[int] { Microsoft::Crm::Sdk::Messages::DependentEntityMetadata ^ get(int objectTypeCode); };
public Microsoft.Crm.Sdk.Messages.DependentEntityMetadata this[int objectTypeCode] { get; }
member this.Item(int) : Microsoft.Crm.Sdk.Messages.DependentEntityMetadata
Default Public ReadOnly Property Item(objectTypeCode As Integer) As DependentEntityMetadata
Parameters
- objectTypeCode
- Int32
Property Value
Applies to
Item[String]
public:
property Microsoft::Crm::Sdk::Messages::DependentEntityMetadata ^ default[System::String ^] { Microsoft::Crm::Sdk::Messages::DependentEntityMetadata ^ get(System::String ^ entityLogicalName); };
public Microsoft.Crm.Sdk.Messages.DependentEntityMetadata this[string entityLogicalName] { get; }
member this.Item(string) : Microsoft.Crm.Sdk.Messages.DependentEntityMetadata
Default Public ReadOnly Property Item(entityLogicalName As String) As DependentEntityMetadata
Parameters
- entityLogicalName
- String