Share via


StagingBatchInformation.SourceId Property

Gets or sets an optional identifier to associate the batch with a source system.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SourceId As Identifier
    Get
    Set
'Usage
Dim instance As StagingBatchInformation
Dim value As Identifier

value = instance.SourceId

instance.SourceId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier SourceId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ SourceId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SourceId : Identifier with get, set
function get SourceId () : Identifier
function set SourceId (value : Identifier)

Property Value

Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.

See Also

Reference

StagingBatchInformation Class

Microsoft.MasterDataServices Namespace