AccessEntry.Deny Property
Array of permission names this user or group is denied.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property Deny As List(Of String)
public List<string> Deny { get; set; }
public:
property List<String^>^ Deny {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Deny : List<string> with get, set
function get Deny () : List<String>
function set Deny (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.