Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the description for this security namespace.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Description As SecurityNamespaceDescription
public abstract SecurityNamespaceDescription Description { get; }
public:
virtual property SecurityNamespaceDescription^ Description {
SecurityNamespaceDescription^ get () abstract;
}
abstract Description : SecurityNamespaceDescription with get
abstract function get Description () : SecurityNamespaceDescription
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.SecurityNamespaceDescription
The description for this security namespace.
.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.