Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets a string value that contains the serialized representation of the change token generated by the protocol server.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property StringValue As String
Get
Set
'Usage
Dim instance As ChangeToken
Dim value As String
value = instance.StringValue
instance.StringValue = value
public string StringValue { get; set; }
Property value
Type: System.String
Returns a String instance representing a string value that contains the serialized representation of the change token generated by the protocol server.
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentOutofRangeException] | The change token is not recognized by the server. Error code: -2146233086 |
| [System.FormatException] | The change token is not recognized by the server. Error code: -1 |
| [System.InvalidOperationException] | The change token is not recognized by the server. Error code: -1 |
Remarks
When setting StringValue, the protocol client must use a value previously returned by the protocol server. Error code: -1.