RelationshipInfo.IsCollection Property
Applies To: Dynamics CRM 2013
Indicates that the relationship property returns a collection of entities.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public bool IsCollection { get; private set; }
public:
property bool IsCollection {
bool get();
private: void set(bool value);
}
member IsCollection : bool with get, private set
Public Property IsCollection As Boolean
Get
Private Set
End Property
Property Value
Type: System.Boolean
Type: Boolean
true if the relationship property returns a collection of entities; otherwise false.
See Also
RelationshipInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top