ISecurityNamespaceExtension.SecurityNamespace Property

After the security namespace extension is constructed and before any methods are called on it the security namespace for the extension will be set.

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Property SecurityNamespace As TeamFoundationSecurityNamespace
TeamFoundationSecurityNamespace SecurityNamespace { get; set; }
property TeamFoundationSecurityNamespace^ SecurityNamespace {
    TeamFoundationSecurityNamespace^ get ();
    void set (TeamFoundationSecurityNamespace^ value);
}
abstract SecurityNamespace : TeamFoundationSecurityNamespace with get, set
function get SecurityNamespace () : TeamFoundationSecurityNamespace 
function set SecurityNamespace (value : TeamFoundationSecurityNamespace)

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationSecurityNamespace
Returns TeamFoundationSecurityNamespace.

.NET Framework Security

See Also

Reference

ISecurityNamespaceExtension Interface

Microsoft.TeamFoundation.Framework.Server Namespace