EntityStagingBatch.ProcessedEnd Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the time processing finished for the batch.

Namespace:   Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

[DataMemberAttribute(EmitDefaultValue = false)]
public DateTime ProcessedEnd { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
property DateTime ProcessedEnd {
    DateTime get();
    void set(DateTime value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member ProcessedEnd : DateTime with get, set
<DataMemberAttribute(EmitDefaultValue := False)>
Public Property ProcessedEnd As Date

Property Value

Type: System.DateTime

The time processing finished for the batch.

See Also

EntityStagingBatch Class
Microsoft.MasterDataServices.Services.DataContracts Namespace

Return to top