DialogMaster.FormTarget Property
Gets or sets the target form for the dialog.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property FormTarget As String
Get
Set
'Usage
Dim instance As DialogMaster
Dim value As String
value = instance.FormTarget
instance.FormTarget = value
public string FormTarget { get; set; }
Property Value
Type: System.String
A string that contains the name of the target form.