Propriété MetadataResultOptions.Attributes
Gets or sets the ResultType for attributes.
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 Attributes As ResultType
Get
Set
'Utilisation
Dim instance As MetadataResultOptions
Dim value As ResultType
value = instance.Attributes
instance.Attributes = value
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType Attributes { get; set; }
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public:
property ResultType Attributes {
ResultType get ();
void set (ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Attributes : ResultType with get, set
function get Attributes () : ResultType
function set Attributes (value : ResultType)
Valeur de propriété
Type : Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for attributes.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts