SubscribeEventStepData.UserId Property
Namespace: Microsoft.TeamFoundation.Server.Core.Extensions
Assembly: Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.dll)
Syntax
'Declaration
Public Property UserId As String
public string UserId { get; set; }
public:
property String^ UserId {
String^ get ();
void set (String^ value);
}
member UserId : string with get, set
function get UserId () : String
function set UserId (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.