다음을 통해 공유


TargetCode 속성

Gets or sets the target code of a member in a staging batch.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property TargetCode As String
    Get
    Set
‘사용 방법
Dim instance As StagingBatchError
Dim value As String

value = instance.TargetCode

instance.TargetCode = value
[DataMemberAttribute]
public string TargetCode { get; set; }
[DataMemberAttribute]
public:
property String^ TargetCode {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member TargetCode : string with get, set
function get TargetCode () : String
function set TargetCode (value : String)

속성 값

유형: System. . :: . .String
String representing the target code.