Notes Property
- Last UpdatedNov 06, 2025
- 1 minute read
The property contains the notes value of the configured sample attribute
'Declaration
Public Property Notes As String
'Usage
Dim instance As SampleAttribute
Dim value As String
instance.Notes = value
value = instance.Notes
public string Notes {get; set;}