EntityMetadata.CanBeRelatedEntityInRelationship Property
Applies To: Dynamics CRM 2015
Gets the property that determines whether the entity can be the referencing entity in a One-to-Many entity relationship.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public BooleanManagedProperty CanBeRelatedEntityInRelationship { get; internal set; }
public:
[DataMemberAttribute]
property BooleanManagedProperty^ CanBeRelatedEntityInRelationship {
BooleanManagedProperty^ get();
internal: void set(BooleanManagedProperty^ value);
}
[<DataMemberAttribute>]
member CanBeRelatedEntityInRelationship : BooleanManagedProperty with get, internal set
<DataMemberAttribute>
Public Property CanBeRelatedEntityInRelationship As BooleanManagedProperty
Get
Friend Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.BooleanManagedProperty
Type: BooleanManagedPropertyThe property that determines whether the entity can be the referencing entity in a One-to-Many entity relationship.
See Also
EntityMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Use managed properties
Return to top
© 2016 Microsoft. All rights reserved. Copyright