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