SecurityNamespaceDescription.ReadPermission Property
Gets the permission bits that are required by a user in order to read security data in this namespace.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ReadPermission As Integer
public int ReadPermission { get; }
public:
property int ReadPermission {
int get ();
}
member ReadPermission : int with get
function get ReadPermission () : int
Property Value
Type: System.Int32
The permission bits that are required by a user in order to read security data in this 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.