SPExternalApplicationRegistrationInformation.DialogHeight property
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)
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