ActiveReports.Chart Request technical support
Key Property
See Also 


Gets the name of the custom property as string.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Key As String
Visual Basic (Usage)Copy Code
Dim instance As KeyValuePair
Dim value As String
 
value = instance.Key
C# 
public string Key {get;}

See Also