EntityMetadata.CanBeInManyToMany Property
Applies To: Dynamics CRM 2015
Gets the property that determines whether the entity can be in a Many-to-Many entity relationship.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public BooleanManagedProperty CanBeInManyToMany { get; internal set; }
public:
[DataMemberAttribute]
property BooleanManagedProperty^ CanBeInManyToMany {
BooleanManagedProperty^ get();
internal: void set(BooleanManagedProperty^ value);
}
[<DataMemberAttribute>]
member CanBeInManyToMany : BooleanManagedProperty with get, internal set
<DataMemberAttribute>
Public Property CanBeInManyToMany As BooleanManagedProperty
Get
Friend Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.BooleanManagedProperty
Type: BooleanManagedProperty
The property that determines whether the entity can be in a Many-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