Share via


ChangeToken.StringValue Property

Gets or sets a string value that contains the serialized representation of the change token generated by the protocol server.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property StringValue As String
    Get
    Set
'Usage
Dim instance As ChangeToken
Dim value As String

value = instance.StringValue

instance.StringValue = value
[RemoteAttribute]
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.

See Also

Reference

ChangeToken Class

ChangeToken Members

Microsoft.SharePoint.Client Namespace