IConditionalRequirementJsPath Property |
The JsPath query to run on the clients.
If results are found by the query, the member will be
required. When no results are found, it won't be required.
Should match the
IsRequired(Object)
implementation in terms of logic.
Namespace:
MFiles.VAF.Configuration.Validation
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
SyntaxReadOnly Property JsPath As String
Get
property String^ JsPath {
String^ get ();
}
Property Value
Type:
String
See Also