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 member code of the existing source member to copy.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SourceMemberCode As String
Get
Set
'Usage
Dim instance As MemberSourceTarget
Dim value As String
value = instance.SourceMemberCode
instance.SourceMemberCode = value
[DataMemberAttribute]
public string SourceMemberCode { get; set; }
[DataMemberAttribute]
public:
property String^ SourceMemberCode {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member SourceMemberCode : string with get, set
function get SourceMemberCode () : String
function set SourceMemberCode (value : String)
Property Value
Type: System.String
A string representing the code.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace