JAMS Developer Guide
CurrentCulture Property


MVPSI.JAMS.Activities.PowerShell Namespace > PSWorkflowHost Class : CurrentCulture Property
Gets or sets the CultureInfo object that represents the culture used by the current thread.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CurrentCulture As System.Globalization.CultureInfo
'Usage
 
Dim instance As PSWorkflowHost
Dim value As System.Globalization.CultureInfo
 
value = instance.CurrentCulture
public override System.Globalization.CultureInfo CurrentCulture {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PSWorkflowHost Class
PSWorkflowHost Members