PostCacheSubstitutionText.TextType Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TextType As PostCacheSubstitutionTextType
Get
Set
'Usage
Dim instance As PostCacheSubstitutionText
Dim value As PostCacheSubstitutionTextType
value = instance.TextType
instance.TextType = value
public PostCacheSubstitutionTextType TextType { get; set; }
Property Value
Type: Microsoft.SharePoint.WebControls.PostCacheSubstitutionTextType
See Also
Reference
PostCacheSubstitutionText Class