Class ChangeTokenOptions
Inheritance
System.Object
ChangeTokenOptions
Assembly: PnP.Core.dll
Syntax
public class ChangeTokenOptions : object, IChangeToken
Constructors
Declaration
public ChangeTokenOptions()
Declaration
public ChangeTokenOptions(string stringValue)
Parameters
System.String
stringValue
The string value.
|
Properties
Gets or sets a string value that contains the serialized representation of the change token generated by the protocol server.
Declaration
public string StringValue { get; set; }
Property Value
Implements
Methods
Declaration
public override string ToString()
Returns
System.String
A that represents this instance.
|
See Also