UserID Property (RemoteAgentCredentialProfile)
In This Topic
The user ID. Set to a null reference (Nothing in Visual Basic) to use the value specified for the CredentialProfile.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property UserID As String
[CanBeNull()]
public string UserID {get; set;}
See Also