This documentation is archived and is not being maintained.
XmlUrlEditor.Options Property
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
XmlUrlEditor Class | XmlUrlEditor Members | System.Web.UI.Design Namespace
Show: