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 of the member identifier.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute(Order := , 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(Order = , IsRequired = true)]
public string Code { get; set; }
[DataMemberAttribute(Order = , IsRequired = true)]
public:
property String^ Code {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Order = , IsRequired = true)>]
member Code : string with get, set
function get Code () : String
function set Code (value : String)
Property Value
Type: System.String
The code of the member identifier.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace