RelationshipSchemaNameAttribute.PrimaryEntityRole Property

Definition

Gets the entity role for the entity.

public:
 property Nullable<Microsoft::Xrm::Sdk::EntityRole> PrimaryEntityRole { Nullable<Microsoft::Xrm::Sdk::EntityRole> get(); };
public Microsoft.Xrm.Sdk.EntityRole? PrimaryEntityRole { get; }
member this.PrimaryEntityRole : Nullable<Microsoft.Xrm.Sdk.EntityRole>
Public ReadOnly Property PrimaryEntityRole As Nullable(Of EntityRole)

Property Value

The entity role for the entity.

Applies to