Returns method passes

Namespace: LLCryptoLib.Shred
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public int Passes { get; }
Visual Basic
Public ReadOnly Property Passes As Integer
	Get
Visual C++
public:
virtual property int Passes {
	int get () sealed;
}

Implements

IShredMethod..::..Passes

See Also