Bearbeiten

ValidationResult.ConflictStatus Property

Definition

Gets a value indicating whether a conflict occurred between the functionality supported by the printer and the functionality requested in the initial merger of two source PrintTickets.

public:
 property System::Printing::ConflictStatus ConflictStatus { System::Printing::ConflictStatus get(); };
public System.Printing.ConflictStatus ConflictStatus { get; }
member this.ConflictStatus : System.Printing.ConflictStatus
Public ReadOnly Property ConflictStatus As ConflictStatus

Property Value

One of the ConflictStatus values that indicates either that no conflict occurred or that at least one conflict occurred but was resolved. The default is NoConflict.

Applies to