Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the array of denied permission names that was inherited from the parent.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property DenyInherited As String()
public string[] DenyInherited { get; set; }
public:
property array<String^>^ DenyInherited {
array<String^>^ get ();
void set (array<String^>^ value);
}
member DenyInherited : string[] with get, set
function get DenyInherited () : String[]
function set DenyInherited (value : String[])
Property Value
Type: array<System.String[]
The array of denied permission names that was inherited from the parent.
.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.