Session.Workflow Property
Gets or sets the serialized state of the workflow for this session, kept in XML. Used whenever switching sessions to restore the workflow.
Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)
Usage
'Usage
Dim instance As Session
Dim value As String
value = instance.Workflow
instance.Workflow = value
Syntax
'Declaration
Public Overridable Property Workflow As String
public virtual string Workflow { get; set; }
public:
virtual property String^ Workflow {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_Workflow ()
/** @property */
public void set_Workflow (String value)
public function get Workflow () : String
public function set Workflow (value : String)
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
Session Class
Session Members
Microsoft.Uii.Csr Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.