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

See Also

Reference

SecurityChangedNotification Class

Microsoft.TeamFoundation.Framework.Server Namespace