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.
Array of denied permission names that were inherited from the parent.
Read-only. Cannot be set by the client.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property DenyInherited As List(Of String)
public List<string> DenyInherited { get; set; }
public:
property List<String^>^ DenyInherited {
List<String^>^ get ();
void set (List<String^>^ value);
}
member DenyInherited : List<string> with get, set
function get DenyInherited () : List<String>
function set DenyInherited (value : List<String>)
Property Value
Type: System.Collections.Generic.List<String>
Returns List<T>.
.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.