Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the deprecated attribute name.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property DeprecatedAttributeName As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
The deprecated attribute name.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts