SynchronizationEngineHostAuthorizedUserName Property |
Returns the name of the logged in user, null if there is no logged in user.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract string AuthorizedUserName { get; }
Public MustOverride ReadOnly Property AuthorizedUserName As String
Get
public:
virtual property String^ AuthorizedUserName {
String^ get () abstract;
}
abstract AuthorizedUserName : string with get
Property Value
Type:
String
See Also