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 new target member to be created by the copy operation.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property TargetMemberCode As String
Get
Set
'Usage
Dim instance As MemberSourceTarget
Dim value As String
value = instance.TargetMemberCode
instance.TargetMemberCode = value
[DataMemberAttribute]
public string TargetMemberCode { get; set; }
[DataMemberAttribute]
public:
property String^ TargetMemberCode {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member TargetMemberCode : string with get, set
function get TargetMemberCode () : String
function set TargetMemberCode (value : String)
Property Value
Type: System.String
A string representing the target member code.