Share via


AttributeChangeRequest.Attribute Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the attribute.

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

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property Attribute As MetadataAttribute 
    Get 
    Set
'Usage
Dim instance As AttributeChangeRequest 
Dim value As MetadataAttribute 

value = instance.Attribute

instance.Attribute = value
[MessageBodyMemberAttribute]
public MetadataAttribute Attribute { get; set; }
[MessageBodyMemberAttribute]
public:
property MetadataAttribute^ Attribute {
    MetadataAttribute^ get ();
    void set (MetadataAttribute^ value);
}
[<MessageBodyMemberAttribute>]
member Attribute : MetadataAttribute with get, set
function get Attribute () : MetadataAttribute 
function set Attribute (value : MetadataAttribute)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.MetadataAttribute
The attribute.

See Also

Reference

AttributeChangeRequest Class

Microsoft.MasterDataServices.Services.MessageContracts Namespace