Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the ResultType for models.
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 Models As ResultType
Get
Set
'Usage
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.Models
instance.Models = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType Models { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType Models {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Models : ResultType with get, set
function get Models () : ResultType
function set Models (value : ResultType)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for models.
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace