Condividi tramite


Proprietà Models

Gets or sets the type of Model results to return.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Models As ResultType
    Get
    Set
'Utilizzo
Dim instance As MetadataResultOptions
Dim value As ResultType

value = instance.Models

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

Valore proprietà

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