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;}

See Also

© 2010 All Rights Reserved.