Freigeben über


AttributeChangeResponse.DeprecatedAttributeName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

Typ: System.String
The deprecated attribute name.

Siehe auch

Verweis

AttributeChangeResponse Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace