[NotNullAttribute]
public string NamespaceName { get; set; }
<NotNullAttribute>
Public Property NamespaceName As String
Get
Set
public:
[NotNullAttribute]
property String^ NamespaceName {
String^ get ();
void set (String^ value);
}
[<NotNullAttribute>]
member NamespaceName : string with get, set