Skip to main content

BuildStatus.DocumentId Property

Identifies the document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public DocumentId DocumentId { get; set; }

Property Value

Type Description
DocumentId

A DocumentId object.

See Also