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