ITestSettings.CreatedBy Property
Gets the identity of the person who created this test settings object.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Property CreatedBy As TeamFoundationIdentity
TeamFoundationIdentity CreatedBy { get; }
property TeamFoundationIdentity^ CreatedBy {
TeamFoundationIdentity^ get ();
}
abstract CreatedBy : TeamFoundationIdentity with get
function get CreatedBy () : TeamFoundationIdentity
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.TeamFoundationIdentity
The identity of the person who created this test settings object.
.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.