Search Results for

    Show / Hide Table of Contents

    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.String

    Description

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

    Name

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

    Type

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

    Value

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

    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