Skip to main content

ServiceFault.Message Property

Specifies the short message of the service fault.

Namespace: DevExpress.DocumentServices.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public string Message { get; set; }

Property Value

Type Description
String

A String value.

See Also