'Declaration
<DefaultValueAttribute("")> <NotNullAttribute()> Public Property NodeName As String
'Usage
Dim instance As UANamedNodeDescriptor Dim value As String instance.NodeName = value value = instance.NodeName
[DefaultValue("")] [NotNull()] public string NodeName {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ NodeName { String^ get(); void set ( String^ value); }