FilesystemExtensions.Counter Property

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Extensions
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim value As Integer

value = FilesystemExtensions.Counter

Syntax

'Declaration
Public Shared ReadOnly Property Counter As Integer
public static int Counter { get; }
public:
static property int Counter {
    int get ();
}
/** @property */
public static int get_Counter ()
public static function get Counter () : int

Property Value

Returns Int32.

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

Target Platforms

See Also

Reference

FilesystemExtensions Class
FilesystemExtensions Members
Microsoft.OneGet.Utility.Extensions Namespace