AccessEntry.DenyInherited Property
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Property DenyInherited As List(Of String)
Get
Set
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>
.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.