共用方式為


MetadataResultOptions.Attributes 屬性

Gets or sets the ResultType for attributes.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)> _
Public Property Attributes As ResultType 
    Get 
    Set
'用途
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)

屬性值

型別:Microsoft.MasterDataServices.Services.DataContracts.ResultType
The result type for attributes.

請參閱

參考

MetadataResultOptions 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間