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