SPExternalApplicationRegistrationInformation.DialogWidth property
Gets or sets the width, in pixels, of the dialog for registering the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DialogWidth As Integer
Get
Set
'Usage
Dim instance As SPExternalApplicationRegistrationInformation
Dim value As Integer
value = instance.DialogWidth
instance.DialogWidth = value
public int DialogWidth { get; set; }
Property value
Type: System.Int32
The width of the dialog in pixels.
See also
Reference
SPExternalApplicationRegistrationInformation class