'Declaration
<NotNullAttribute()> Public Property ArgumentsPath As String
'Usage
Dim instance As PointBinding Dim value As String instance.ArgumentsPath = value value = instance.ArgumentsPath
[NotNull()] public string ArgumentsPath {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.