Share via


ModelMembersResultCriteria.IncludeConsolidatedMembers Property

Gets or sets a value indicating whether consolidated 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

'Declaration
<DataMemberAttribute> _
Public Property IncludeConsolidatedMembers As Boolean 
    Get 
    Set
'Usage
Dim instance As ModelMembersResultCriteria 
Dim value As Boolean 

value = instance.IncludeConsolidatedMembers

instance.IncludeConsolidatedMembers = value
[DataMemberAttribute]
public bool IncludeConsolidatedMembers { get; set; }
[DataMemberAttribute]
public:
property bool IncludeConsolidatedMembers {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IncludeConsolidatedMembers : bool with get, set
function get IncludeConsolidatedMembers () : boolean 
function set IncludeConsolidatedMembers (value : boolean)

Property Value

Type: System.Boolean
true if consolidated members are to be included in the results; otherwise, false.

See Also

Reference

ModelMembersResultCriteria Class

Microsoft.MasterDataServices.Services.DataContracts Namespace