StagingResultCriteria.Relationships Property

Gets or sets a value indicating whether relationships batches should be returned.

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

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Relationships As Boolean
    Get
    Set
'Usage
Dim instance As StagingResultCriteria
Dim value As Boolean

value = instance.Relationships

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

Property Value

Type: System.Boolean
true if relationships batches should be returned; otherwise, false.