MetadataResultOptions.Attributes Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ResultType for attributes.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
public ResultType Attributes { get; set; }
public:
[DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)]
property ResultType Attributes {
    ResultType get();
    void set(ResultType value);
}
[<DataMemberAttribute(IsRequired = false, EmitDefaultValue = false)>]
member Attributes : ResultType with get, set
<DataMemberAttribute(IsRequired := False, EmitDefaultValue := False)>
Public Property Attributes As ResultType

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.ResultType

The result type for attributes.

See Also

MetadataResultOptions Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top