Поделиться через


Свойство StagingBatchError.TargetCode

Gets or sets the target code.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.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
A string that represents the target code.

См. также

Справочник

StagingBatchError Класс

Пространство имен Microsoft.MasterDataServices