'Declaration
<CanBeNullAttribute()> <ColumnDisplayAttribute(110)> <DefaultValueAttribute("")> <DisplayAttribute(False)> Public Property DataSetFolderName As String
'Usage
Dim instance As UAPubSubConfigurationNodeTreePosition Dim value As String instance.DataSetFolderName = value value = instance.DataSetFolderName
[CanBeNull()] [ColumnDisplay(110)] [DefaultValue("")] [Display(false)] public string DataSetFolderName {get; set;}
[CanBeNull()] [ColumnDisplay(110)] [DefaultValue("")] [Display(false)] public: property String^ DataSetFolderName { String^ get(); void set ( String^ value); }