Share via


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

See Also

Reference

SubscribeEventStepData Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace