In This Topic
Gets or sets the id of the BlipChart.
Syntax
'Declaration
Public Property Id As String
'Usage
Dim instance As BlipChart
Dim value As String
instance.Id = value
value = instance.Id
public string Id {get; set;}
Property Value
The id.
See Also