Class ValidationResult
Inheritance
System.Object
ValidationResult
Namespace: PnP.Framework.Provisioning.Providers
Assembly: PnP.Framework.dll
Syntax
public class ValidationResult : object
Properties
Exceptions
Declaration
public List<Exception> Exceptions { get; set; }
Property Value
List<Exception>
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|