AuthorizationAuthorizedUsername Property |
Returns the username of the current authorized user if any, null otherwise.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string AuthorizedUsername { get; }
Public ReadOnly Property AuthorizedUsername As String
Get
public:
property String^ AuthorizedUsername {
String^ get ();
}
member AuthorizedUsername : string with get
Property Value
Type:
String
See Also