SecurityNamespaceDescription.NamespaceStructure Property
The structure that this namespace uses to organize its access control lists. Note that if this is set to hierarchical, either the ElementLength property or SeparatorChars property must be set.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property NamespaceStructure As SecurityNamespaceStructure
public SecurityNamespaceStructure NamespaceStructure { get; set; }
public:
property SecurityNamespaceStructure NamespaceStructure {
SecurityNamespaceStructure get ();
void set (SecurityNamespaceStructure value);
}
member NamespaceStructure : SecurityNamespaceStructure with get, set
function get NamespaceStructure () : SecurityNamespaceStructure
function set NamespaceStructure (value : SecurityNamespaceStructure)
Property Value
Type: Microsoft.TeamFoundation.Framework.Common.SecurityNamespaceStructure
Returns SecurityNamespaceStructure.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.