FormDigest.DigestValue property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property DigestValue As String
Get
'Usage
Dim instance As FormDigest
Dim value As String
value = instance.DigestValue
public string DigestValue { get; }
Property value
Type: System.String