EntityMetadata.CollectionSchemaName Property

Definition

Gets or sets the collection schema name of the entity.

public:
 property System::String ^ CollectionSchemaName { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=71)]
public string CollectionSchemaName { get; }
[<System.Runtime.Serialization.DataMember(Order=71)>]
member this.CollectionSchemaName : string
Public ReadOnly Property CollectionSchemaName As String

Property Value

The collection schema name of the entity.

Attributes

Applies to