Shredding method Name

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

Syntax

C#
public abstract string Name { get; }
Visual Basic
Public MustOverride ReadOnly Property Name As String
	Get
Visual C++
public:
virtual property String^ Name {
	String^ get () abstract;
}

Field Value

Implements

IShredMethod..::..Name

See Also