SetAccessControlEntriesInfo.AccessControlEntries Property
Namespace: Microsoft.VisualStudio.Services.Security
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property AccessControlEntries As AccessControlEntriesCollection
[DataMemberAttribute]
public AccessControlEntriesCollection AccessControlEntries { get; private set; }
[DataMemberAttribute]
public:
property AccessControlEntriesCollection^ AccessControlEntries {
AccessControlEntriesCollection^ get ();
private: void set (AccessControlEntriesCollection^ value);
}
[<DataMemberAttribute>]
member AccessControlEntries : AccessControlEntriesCollection with get, private set
function get AccessControlEntries () : AccessControlEntriesCollection
private function set AccessControlEntries (value : AccessControlEntriesCollection)
Property Value
Type: Microsoft.VisualStudio.Services.Security.AccessControlEntriesCollection
.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.