ValidationResult.ConflictStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.