Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the attribute code.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AttributeCode As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The attribute code.
See Also
Reference
BRAttributeValueArgument Class
Microsoft.MasterDataServices.Services.DataContracts Namespace