AttributeChangeResponse.DeprecatedAttributeName Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the deprecated attribute name.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property DeprecatedAttributeName As String
Get
Set
'Usage
Dim instance As AttributeChangeResponse
Dim value As String
value = instance.DeprecatedAttributeName
instance.DeprecatedAttributeName = value
[MessageBodyMemberAttribute]
public string DeprecatedAttributeName { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ DeprecatedAttributeName {
String^ get ();
void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member DeprecatedAttributeName : string with get, set
function get DeprecatedAttributeName () : String
function set DeprecatedAttributeName (value : String)
Property Value
Type: System.String
The deprecated attribute name.
See Also
Reference
Microsoft.MasterDataServices.Services.MessageContracts Namespace