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.254.0.0 (8.254.0.0)
Syntaxpublic 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: 
Guid
See Also