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 allowed 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 AllowInherited As List(Of String)
public List<string> AllowInherited { get; set; }
public:
property List<String^>^ AllowInherited {
List<String^>^ get ();
void set (List<String^>^ value);
}
member AllowInherited : List<string> with get, set
function get AllowInherited () : List<String>
function set AllowInherited (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.