Skip to main content

BuildStatus.DocumentId Property

Identifies the document.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v25.1.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

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

#Property Value

Type Description
DocumentId

A DocumentId object.

See Also