Notes Property
- Last UpdatedMar 17, 2026
- 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;}