Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether user-defined, system, or both types of schema are to be searched.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(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(EmitDefaultValue = false)]
public SearchOption SearchOption { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property SearchOption SearchOption {
SearchOption get ();
void set (SearchOption value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SearchOption : SearchOption with get, set
function get SearchOption () : SearchOption
function set SearchOption (value : SearchOption)
Property Value
Type: Microsoft.MasterDataServices.SearchOption
A new instance of type SearchOption. Possible values are BothUserDefinedAndSystemObjects, SystemObjectsOnly, and UserDefinedObjectsOnly.