Właściwość MetadataResultOptions.Attributes
Pobiera lub ustawia dla atrybutów ResultType.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Attributes As ResultType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.ResultType
ResultType.
Zobacz także