Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the SearchOption that determines the objects to include in the search.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property SearchOption As SearchOption
Get
Set
'Usage
Dim instance As MetadataSearchCriteria
Dim value As SearchOption
value = instance.SearchOption
instance.SearchOption = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public SearchOption SearchOption { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property SearchOption SearchOption {
SearchOption get ();
void set (SearchOption value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member SearchOption : SearchOption with get, set
function get SearchOption () : SearchOption
function set SearchOption (value : SearchOption)
Property Value
Type: Microsoft.MasterDataServices.Services.DataContracts.SearchOption
The search option that determines the objects to include in the search.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace