Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Gets or sets the code value of the member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property MemberCode As String
Get
Set
'Usage
Dim instance As MemberKey
Dim value As String
value = instance.MemberCode
instance.MemberCode = value
[DataMemberAttribute]
public string MemberCode { get; set; }
[DataMemberAttribute]
public:
property String^ MemberCode {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member MemberCode : string with get, set
function get MemberCode () : String
function set MemberCode (value : String)
Property Value
Type: System.String
A string representing the code value.