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
|