TeamFoundationTask<T>.Identifier Property
Some identifier to figure out who owns this task
Namespace: Microsoft.TeamFoundation.Framework.Server.Task
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property Identifier As T
public T Identifier { get; internal set; }
public:
property T Identifier {
T get ();
internal: void set (T value);
}
member Identifier : 'T with get, internal set
function get Identifier () : T
internal function set Identifier (value : T)
Property Value
Type: 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.