Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

VersionExtensions.Is2105OrGreater Method

  • Last UpdatedDec 15, 2025
  • 1 minute read
VersionExtensions.Is2105OrGreater Method

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)

Syntax

public static bool Is2105OrGreater(
	this Version version
)
<ExtensionAttribute>
Public Shared Function Is2105OrGreater ( 
	version As Version
) As Boolean

Dim version As Version
Dim returnValue As Boolean

returnValue = version.Is2105OrGreater()
public:
[ExtensionAttribute]
static bool Is2105OrGreater(
	Version^ version
)
[<ExtensionAttribute>]
static member Is2105OrGreater : 
        version : Version -> bool 

Parameters

version
Type: SystemVersion

[Missing <param name="version"/> documentation for "M:OSIsoft.PowerShell.VersionExtensions.Is2105OrGreater(System.Version)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OSIsoft.PowerShell.VersionExtensions.Is2105OrGreater(System.Version)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Version. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in