AnalyticsSessionId Property |
The current session's ID if a session exists.
Namespace: Oracle.Cloud.Mobile.AnalyticsAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Nullable<Guid> SessionId { get; }
Public ReadOnly Property SessionId As Nullable(Of Guid)
Get
public:
property Nullable<Guid> SessionId {
Nullable<Guid> get ();
}
member SessionId : Nullable<Guid> with get
Property Value
Type:
NullableGuid
See Also