SecurityNamespaceDescription.NamespaceId Property

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

Syntax

'宣言
<ClientPropertyAttribute(ClientVisibility.Private)> _
Public Property NamespaceId As Guid
    Get
    Set
[ClientPropertyAttribute(ClientVisibility.Private)]
public Guid NamespaceId { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private)]
public:
property Guid NamespaceId {
    Guid get ();
    void set (Guid value);
}
[<ClientPropertyAttribute(ClientVisibility.Private)>]
member NamespaceId : Guid with get, set
function get NamespaceId () : Guid
function set NamespaceId (value : Guid)

Property Value

Type: System.Guid

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.TeamFoundation.Framework.Server Namespace