'Declaration
<NotNullAttribute()> Public Property DataSetWriterName As String
'Usage
Dim instance As UADataSetWriterLocator Dim value As String instance.DataSetWriterName = value value = instance.DataSetWriterName
[NotNull()] public string DataSetWriterName {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.