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

PI Powershell

VersionExtensions.Is395OrGreater Method

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

Namespace:  OSIsoft.PowerShell
Assembly:  OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 3.1.1.0 (3.1.1.466)

Syntax

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

Dim version As Version
Dim returnValue As Boolean

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

Parameters

version
Type: SystemVersion

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OSIsoft.PowerShell.VersionExtensions.Is395OrGreater(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