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 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.