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