'Declaration
<DefaultValueAttribute("")> <DisplayAttribute(AutoGenerateField=False, Order=31, ShortName="Full Path")> <NotNullAttribute()> Public ReadOnly Property FullPath As String
'Usage
Dim instance As FileSystemNodeTreePosition Dim value As String value = instance.FullPath
[DefaultValue("")] [Display(AutoGenerateField=false, Order=31, ShortName="Full Path")] [NotNull()] public string FullPath {get;}
[DefaultValue("")] [Display(AutoGenerateField=false, Order=31, ShortName="Full Path")] [NotNull()] public: property String^ FullPath { String^ get(); }