SessionSessionId Property |
The SessionID (logon token) that was obtained from the FactoryLogix.xTend.Core.ConnectionServices.Connect method.
Namespace:
FactoryLogix.xTend
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public static Guid SessionId { get; set; }
Public Shared Property SessionId As Guid
Get
Set
public:
static property Guid SessionId {
Guid get ();
void set (Guid value);
}
static member SessionId : Guid with get, set
Property Value
Type:
GuidSee Also