ChangesetDisplayInformation.CheckedInBy Property
Display name for user who checked in changeset
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CheckedInBy As String
public string CheckedInBy { get; }
public:
property String^ CheckedInBy {
String^ get ();
}
member CheckedInBy : string with get
function get CheckedInBy () : String
Property Value
Type: System.String
Returns String.
.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.