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;}
[CanBeNull()]
public:
property String^ UserID {
String^ get();
void set ( String^ value);
}
See Also