FormattedString.EncodeMethod property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EncodeMethod As SPEncodeMethod
Get
Set
'Usage
Dim instance As FormattedString
Dim value As SPEncodeMethod
value = instance.EncodeMethod
instance.EncodeMethod = value
public SPEncodeMethod EncodeMethod { get; set; }
Property value
Type: Microsoft.SharePoint.WebControls.SPEncodeMethod