Class DirectorySettingValue
Represents a single value of a Directory Setting
Inheritance
System.Object
DirectorySettingValue
Namespace: PnP.Framework.Graph.Model
Assembly: PnP.Framework.dll
Syntax
public class DirectorySettingValue : object
Properties
DefaultValue
Declaration
public string DefaultValue { get; set; }
Property Value
System.
|
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
Name
Declaration
public string Name { get; set; }
Property Value
System.
|
Type
Declaration
public string Type { get; set; }
Property Value
System.
|
Value
Declaration
public string Value { get; set; }
Property Value
System.
|