Partager via


ChangeToken.StringValue - Propriété

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

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property StringValue As String
    Get
    Set
'Utilisation
Dim instance As ChangeToken
Dim value As String

value = instance.StringValue

instance.StringValue = value
public string StringValue { get; set; }

Valeur de propriété

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

Remarques

When setting StringValue, the protocol client must use a value previously returned by the protocol server. Error code: -1.

Voir aussi

Référence

ChangeToken classe

ChangeToken - Membres

Microsoft.SharePoint.Client - Espace de noms