Partager via


Propriété AttributeChangeResponse.DeprecatedAttributeName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the deprecated attribute name.

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property DeprecatedAttributeName As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
The deprecated attribute name.

Voir aussi

Référence

AttributeChangeResponse Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts