Search Results for

    Show / Hide Table of Contents

    Class ProvisioningTemplateInfo

    Class holds the required Provisioning Template Information

    Inheritance
    System.Object
    ProvisioningTemplateInfo
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class ProvisioningTemplateInfo : object

    Properties

    ProvisioningTime

    Gets or sets the provisioning time for the provisioning template

    Declaration
    public DateTime ProvisioningTime { get; set; }
    Property Value
    DateTime

    Result

    Gets or sets the result for the provisioning template

    Declaration
    public bool Result { get; set; }
    Property Value
    System.Boolean

    TemplateId

    Gets or sets the template id for the provisioning template

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

    TemplateSitePolicy

    Gets or sets the template site policy for the provisioning template

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

    TemplateVersion

    Gets or sets the template version for the provisioning template

    Declaration
    public Double TemplateVersion { get; set; }
    Property Value
    Double

    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