'Declaration
<CanBeNullAttribute()> Public Property DataSetFolderName As String
'Usage
Dim instance As UAPubSubConfigurationNodeTreePosition Dim value As String instance.DataSetFolderName = value value = instance.DataSetFolderName
[CanBeNull()] public string DataSetFolderName {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.