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)
Available in Sandboxed Solutions: No
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