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 or sets the height, in pixels, of the dialog for registering the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property DialogHeight As Integer
Get
Set
'Usage
Dim instance As SPExternalApplicationRegistrationInformation
Dim value As Integer
value = instance.DialogHeight
instance.DialogHeight = value
public int DialogHeight { get; set; }
Property Value
Type: System.Int32
The height of the dialog in pixels.
See Also
Reference
SPExternalApplicationRegistrationInformation Class