'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property ArgumentsPath As String
'Usage
Dim instance As PointBinding Dim value As String instance.ArgumentsPath = value value = instance.ArgumentsPath
[DefaultValue("")] [NotNull()] public string ArgumentsPath {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ ArgumentsPath { String^ get(); void set ( String^ value); }