Udostępnij za pośrednictwem


BrowserExtendedNewWindowEventArgs.Url Property

Gets or sets the URL that is opened in the new window.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As BrowserExtendedNewWindowEventArgs
Dim value As String

value = instance.Url

instance.Url = value

Syntax

'Declaration
Public Property Url As String
public string Url { get; set; }
public:
property String^ Url {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Url ()

/** @property */
public void set_Url (String value)
public function get Url () : String

public function set Url (value : String)

Property Value

Type: String

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

BrowserExtendedNewWindowEventArgs Class
BrowserExtendedNewWindowEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.