Class FieldUpdateValue
Inheritance
System.Object
FieldUpdateValue
Namespace: PnP.Framework.Provisioning.ObjectHandlers.Utilities
Assembly: PnP.Framework.dll
Syntax
public class FieldUpdateValue : object
Constructors
FieldUpdateValue(String, Object)
Declaration
public FieldUpdateValue(string key, object value)
Parameters
System.String
key
|
System.Object
value
|
FieldUpdateValue(String, Object, String)
Declaration
public FieldUpdateValue(string key, object value, string fieldTypeString)
Parameters
System.String
key
|
System.Object
value
|
System.String
fieldTypeString
|
Properties
FieldTypeString
Declaration
public string FieldTypeString { get; set; }
Property Value
System.String
|
Key
Declaration
public string Key { get; set; }
Property Value
System.String
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|