Share via


AccessEntry.DenyInherited Property

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

See Also

Reference

AccessEntry Class

Microsoft.TeamFoundation.VersionControl.Client Namespace