BuildData.LastChangedBy Property
Namespace: Microsoft.TeamFoundation.Build.Proxy
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Property LastChangedBy As String
'Usage
Dim instance As BuildData
Dim value As String
value = instance.LastChangedBy
instance.LastChangedBy = value
public string LastChangedBy { get; set; }
public:
property String^ LastChangedBy {
String^ get ();
void set (String^ value);
}
public function get LastChangedBy () : String
public function set LastChangedBy (value : 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.