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