IBugFieldMapping.CreatedBy Property
Gets the identity of the person who created this mapping 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 mapping 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.
See Also
Reference
Microsoft.TeamFoundation.TestManagement.Client Namespace
TeamFoundationIdentity