'Declaration<DefaultValueAttribute("")> <NotNullAttribute()> Public Property ArgumentsPath As String
'UsageDim 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); }