다음을 통해 공유


ISecurityNamespaceExtension.SecurityNamespace Property

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

Syntax

‘선언
Property SecurityNamespace As TeamFoundationSecurityNamespace
    Get
    Set
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

See Also

Reference

ISecurityNamespaceExtension Interface

Microsoft.TeamFoundation.Framework.Server Namespace