Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets or sets the user key of the master data member that is unique within the context of the entity.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property Code As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A string that represents the code.