Gets or sets the name space within the assembly that should be scanned, null means all.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public string NameSpace { get; set; }
Public Property NameSpace As String Get Set
public: property String^ NameSpace { String^ get (); void set (String^ value); }
/** @property */ public String get_NameSpace() /** @property */ public void set_NameSpace(String value)