SecurityChangedNotification.Tokens Property
The list of tokens that this operation affects.
Used in the following SecurityChangeTypes: RemoveAccessControlLists
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Tokens As List(Of String)
public List<string> Tokens { get; set; }
public:
property List<String^>^ Tokens {
List<String^>^ get ();
void set (List<String^>^ value);
}
member Tokens : List<string> with get, set
function get Tokens () : List<String>
function set Tokens (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.