dotnetCHARTING Send comments on this topic.
URL Property
See Also 
dotnetCHARTING Namespace > EmptyElement Class : URL Property



Gets or sets the URL of empty elements.

Syntax

Visual Basic (Declaration) 
Public Property URL As String
Visual Basic (Usage)Copy Code
Dim instance As EmptyElement
Dim value As String
 
instance.URL = value
 
value = instance.URL
C# 
public string URL {get; set;}
C++/CLI 
public:
property String^ URL {
   String^ get();
   void set (String^ value);
}

See Also