Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.