MetadataResultOptions.IsNoResultOptionsSpecified Property

 

Gets a value that indicates whether any result options are set to a value other than None.

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

Syntax

public bool IsNoResultOptionsSpecified { get; }
public:
property bool IsNoResultOptionsSpecified {
    bool get();
}
member IsNoResultOptionsSpecified : bool with get
Public ReadOnly Property IsNoResultOptionsSpecified As Boolean

Property Value

Type: System.Boolean

true if any result options are set to a value other than None; otherwise, false.

See Also

MetadataResultOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top