Partager via


Propriété MetadataResultOptions.MemberTypes

Gets or sets the type of MemberType results to return.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property MemberTypes As ResultType
    Get
    Set
'Utilisation
Dim instance As MetadataResultOptions
Dim value As ResultType

value = instance.MemberTypes

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

Valeur de propriété

Type : Microsoft.MasterDataServices.ResultType
A new instance of type ResultType. Possible values are Details, Identifiers, or None.

Voir aussi

Référence

MetadataResultOptions Classe

Espace de noms Microsoft.MasterDataServices