'Declaration
<JetBrains.Annotations.NotNullAttribute()> Public Property AccessPath As String
'Usage
Dim instance As DAItemAttribute Dim value As String instance.AccessPath = value value = instance.AccessPath
[JetBrains.Annotations.NotNull()] public string AccessPath {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).