RelationshipSchemaNameAttribute.PrimaryEntityRole Property
Applies To: Dynamics CRM 2015
Gets the entity role for the entity.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public Nullable<EntityRole> PrimaryEntityRole { get; }
public:
property Nullable<EntityRole> PrimaryEntityRole {
Nullable<EntityRole> get();
}
member PrimaryEntityRole : Nullable<EntityRole> with get
Public ReadOnly Property PrimaryEntityRole As Nullable(Of EntityRole)
Property Value
Type: System.Nullable<EntityRole>
Type: EntityRole
The entity role for the entity.
See Also
RelationshipSchemaNameAttribute Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright