FormDigestInfo.DigestValue property
Gets a string representation of the form digest value.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property DigestValue As String
Get
Friend Set
'Usage
Dim instance As FormDigestInfo
Dim value As String
value = instance.DigestValue
public string DigestValue { get; internal set; }
Property value
Type: System.String