EntityMetadata.LogicalCollectionName Property

 

Applies To: Dynamics CRM 2015

Gets or sets the logical collection name.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute(Order = 71)]
public string LogicalCollectionName { get; set; }
public:
[DataMemberAttribute(Order = 71)]
property String^ LogicalCollectionName {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(Order = 71)>]
member LogicalCollectionName : string with get, set
<DataMemberAttribute(Order := 71)>
Public Property LogicalCollectionName As String

Property Value

Type: System.String

Type: String
The logical collection name.

Remarks

This value is used in the resource path for this entity in the Web API preview. More information: Web API Preview

See Also

EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright