ISecurityNamespaceExtension.SecurityNamespace Property
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
.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.