Partager via


Propriété MetadataResultOptions.Entities

Gets or sets the ResultType for entities.

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

Syntaxe

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

value = instance.Entities

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

Valeur de propriété

Type : Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for entities.

Voir aussi

Référence

MetadataResultOptions Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts