ModelMembersResultCriteria.IncludeCollectionMembers Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value indicating whether collection members are to be included in the results.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute]
public bool IncludeCollectionMembers { get; set; }
public:
[DataMemberAttribute]
property bool IncludeCollectionMembers {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member IncludeCollectionMembers : bool with get, set
<DataMemberAttribute>
Public Property IncludeCollectionMembers As Boolean

Property Value

Type: System.Boolean

true if collection members are to be included in the results; otherwise, false.

See Also

ModelMembersResultCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top