This documentation is archived and is not being maintained.

XmlUrlEditor.Options Property

Indicates the options for the URL builder to use.

[Visual Basic]
Overrides Protected ReadOnly Property Options As UrlBuilderOptions
[C#]
protected override UrlBuilderOptions Options {get;}
[C++]
protected: __property UrlBuilderOptions get_Options();
[JScript]
protected override function get Options() : UrlBuilderOptions;

Property Value

A UrlBuilderOptions that indicates the options for the URL builder to use.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

XmlUrlEditor Class | XmlUrlEditor Members | System.Web.UI.Design Namespace

Show: