IValidationRuleViolation.Document 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 the path to the document associated with the validation violation.
public:
property System::String ^ Document { System::String ^ get(); };
public string Document { get; }
member this.Document : string
Public ReadOnly Property Document As String
Property Value
A string representing a document path.
Remarks
This property is optional.