AccessControlEntryData.Allow Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'宣告
Public Property Allow As Integer
Get
Set
public int Allow { get; set; }
public:
property int Allow {
int get ();
void set (int value);
}
member Allow : int with get, set
function get Allow () : int
function set Allow (value : int)
Property Value
Type: System.Int32
.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.