SecurityNamespaceDescription.NamespaceId Property

Gets the namespace ID.

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

Syntax

'宣言
Public ReadOnly Property NamespaceId As Guid
    Get
public Guid NamespaceId { get; }
public:
property Guid NamespaceId {
    Guid get ();
}
member NamespaceId : Guid
function get NamespaceId () : Guid

Property Value

Type: System.Guid
A Guid that represents the namespace ID.

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.TeamFoundation.Framework.Client Namespace