Relationship.SchemaName Property
Applies To: Dynamics CRM 2015
Gets or sets the name of the relationship.
Namespace: Microsoft.Xrm.Sdk
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 name of the relationship as defined defined in the SchemaName property.
See Also
Relationship Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright