EntityMetadata.CollectionSchemaName Property
Applies To: Dynamics CRM 2015
Gets or sets the collection schema name of the entity.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute(Order = 71)]
public string CollectionSchemaName { get; set; }
public:
[DataMemberAttribute(Order = 71)]
property String^ CollectionSchemaName {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute(Order = 71)>]
member CollectionSchemaName : string with get, set
<DataMemberAttribute(Order := 71)>
Public Property CollectionSchemaName As String
Property Value
Type: System.String
Type: String
The collection schema name of the entity.
Remarks
See Also
EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright