Partager via


Propriété MemberSourceTarget.SourceMemberCode

Gets or sets the member code of the existing source member to copy.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property SourceMemberCode As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.String
A string representing the code.

Voir aussi

Référence

MemberSourceTarget Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts