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