AVEVA OMI Software Developer Kit



Url Property (WebControl)
Gets or sets the current Url.
Syntax
'Declaration
 
<SuppressMessageAttribute("Microsoft.Design", 
   "CA1056:UriPropertiesShouldNotBeStrings", 
   Justification="Avoid unnecessary object creation and conversion as the underlying EO component exposes Url as string")>
<BrowsableAttribute(False)>
Protected Property Url As String
'Usage
 
Dim instance As WebControl
Dim value As String
 
instance.Url = value
 
value = instance.Url
[SuppressMessage("Microsoft.Design", 
   "CA1056:UriPropertiesShouldNotBeStrings", 
   Justification="Avoid unnecessary object creation and conversion as the underlying EO component exposes Url as string")]
[Browsable(false)]
protected string Url {get; set;}
[SuppressMessage("Microsoft.Design", 
   "CA1056:UriPropertiesShouldNotBeStrings", 
   Justification="Avoid unnecessary object creation and conversion as the underlying EO component exposes Url as string")]
[Browsable(false)]
protected:
property String^ Url {
   String^ get();
   void set (    String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also