Compartir a través de


BRAttributeValueArgument.AttributeCode Propiedad

Gets or sets the attribute code.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property AttributeCode As String 
    Get 
    Set
'Uso
Dim instance As BRAttributeValueArgument 
Dim value As String 

value = instance.AttributeCode

instance.AttributeCode = value
[DataMemberAttribute]
public string AttributeCode { get; set; }
[DataMemberAttribute]
public:
property String^ AttributeCode {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member AttributeCode : string with get, set
function get AttributeCode () : String 
function set AttributeCode (value : String)

Valor de la propiedad

Tipo: System.String
The attribute code.

Vea también

Referencia

BRAttributeValueArgument Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts