Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the description of the form template.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Description As String
Get
'Usage
Dim instance As FormTemplate
Dim value As String
value = instance.Description
public string Description { get; }
Property Value
Type: System.String
A string representing the description of the form template.
Remarks
The form template Description property corresponds to the optional description attribute of the wss element in the manifest.xsf file. The XPath of the wss element is xsf:extension/xsf:extension/xsf2:solutionDefinition/xsf2:solutionPropertiesExtension/xsf2:wss/.