TeamProjectFolderPermission.DenyPermission Property
Gets the deny permissions.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Декларация
Public ReadOnly Property DenyPermission As String()
Get
public string[] DenyPermission { get; }
public:
property array<String^>^ DenyPermission {
array<String^>^ get ();
}
member DenyPermission : string[]
function get DenyPermission () : String[]
Property Value
Type: array<System.String[]
The deny permissions.
.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.