IConditionalRequirementIsRequired Method
            
            Determines if a member is currently required or not.
            Should match the 
JsPath implementation in terms
            of logic.
            
 
            
            
              Namespace: MFiles.VAF.Configuration.ValidationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
bool IsRequired(
	Object conf
)
- conf  Object
 - The configuration in which the requiring is in question.
 
BooleanTrue if a member should be required in the configuration, false otherwise.