EntityMetadata.CollectionSchemaName 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.
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