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 member code of the existing source member to copy.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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 source member code.