MemberIdentifier.Code 屬性
Gets or sets the user key of the master data member that is unique within the context of the entity.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute(IsRequired := True)> _
Public Property Code As String
Get
Set
'用途
Dim instance As MemberIdentifier
Dim value As String
value = instance.Code
instance.Code = value
[DataMemberAttribute(IsRequired = true)]
public string Code { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Code : string with get, set
function get Code () : String
function set Code (value : String)
屬性值
型別:System.String
A string that represents the code.