Search Results for

    Show / Hide Table of Contents

    Class CanProvisionIssue

    Defines a CanProvision Issue item

    Inheritance
    System.Object
    CanProvisionIssue
    Namespace: PnP.Framework.Provisioning.CanProvisionRules
    Assembly: PnP.Framework.dll
    Syntax
    public class CanProvisionIssue : object

    Properties

    ExceptionMessage

    Provides the Message of the source Exception of an Issue

    Declaration
    public string ExceptionMessage { get; set; }
    Property Value
    System.String

    ExceptionStackTrace

    Provides the StackTrace of the source Exception of an Issue

    Declaration
    public string ExceptionStackTrace { get; set; }
    Property Value
    System.String

    Message

    Provides a text-based description of the Issue

    Declaration
    public string Message { get; set; }
    Property Value
    System.String

    Source

    The Source of the CanProvision Issue

    Declaration
    public string Source { get; set; }
    Property Value
    System.String

    Tag

    Provides a unique Tag for the current issue

    Declaration
    public CanProvisionIssueTags Tag { get; set; }
    Property Value
    CanProvisionIssueTags

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer