Propriété BRAttributeValueArgument.AttributeCode
Gets or sets the attribute code.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property AttributeCode As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The attribute code.
Voir aussi
Référence
BRAttributeValueArgument Classe
Espace de noms Microsoft.MasterDataServices.Services.DataContracts