DefaultSecurityNamespaceExtension.SecurityNamespace Property
The security namespace this extension is for.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property SecurityNamespace As TeamFoundationSecurityNamespace
public TeamFoundationSecurityNamespace SecurityNamespace { get; set; }
public:
virtual property TeamFoundationSecurityNamespace^ SecurityNamespace {
TeamFoundationSecurityNamespace^ get () sealed;
void set (TeamFoundationSecurityNamespace^ value) sealed;
}
abstract SecurityNamespace : TeamFoundationSecurityNamespace with get, set
override SecurityNamespace : TeamFoundationSecurityNamespace with get, set
final function get SecurityNamespace () : TeamFoundationSecurityNamespace
final function set SecurityNamespace (value : TeamFoundationSecurityNamespace)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationSecurityNamespace
Returns TeamFoundationSecurityNamespace.
Implements
ISecurityNamespaceExtension.SecurityNamespace
.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.