SPVersionedPlaceHolderDesigner.FrameCaption Property
Gets the caption that is displayed for the control at design time.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides ReadOnly Property FrameCaption As String
Get
'Usage
Dim instance As SPVersionedPlaceHolderDesigner
Dim value As String
value = instance.FrameCaption
public override string FrameCaption { get; }
Property Value
Type: System.String
A string that contains the caption.
See Also
Reference
SPVersionedPlaceHolderDesigner Class