UsersCurrentUserName Property |
[Missing <summary> documentation for "P:Scanjour.Apf.Test.Environment.Users.CurrentUserName"]
Namespace: Scanjour.Apf.Test.EnvironmentAssembly: Scanjour.Apf.Test.Environment.Base (in Scanjour.Apf.Test.Environment.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CurrentUserName { get; }
Public ReadOnly Property CurrentUserName As String
Get
public:
virtual property String^ CurrentUserName {
String^ get () sealed;
}
abstract CurrentUserName : string with get
override CurrentUserName : string with get
Property Value
StringImplements
IUsersCurrentUserName
See Also