AttributeCode 屬性
Gets or sets the attribute code.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
<DataMemberAttribute> _
Public Property AttributeCode As String
Get
Set
'用途
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)
屬性值
型別:System. . :: . .String
A String representing the code.