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