Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.MasterDataServices.Services.MessageContracts Namespace