IBuildInformationNode.LastModifiedBy Property
Gets the user who last modified the information node.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
ReadOnly Property LastModifiedBy As String
'Usage
Dim instance As IBuildInformationNode
Dim value As String
value = instance.LastModifiedBy
string LastModifiedBy { get; }
property String^ LastModifiedBy {
String^ get ();
}
function get LastModifiedBy () : String
Property Value
Type: System.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.