'Declaration
<NotNullAttribute()> Public Property PublishedDataSetName As String
'Usage
Dim instance As UADataSetWriterElement Dim value As String instance.PublishedDataSetName = value value = instance.PublishedDataSetName
[NotNull()] public string PublishedDataSetName {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)
.