[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Gets the CD key this object is processing.

Namespace:  MBNCSUtil
Assembly:  MBNCSUtil (in MBNCSUtil.dll) Version: 2.1.7.22 (2.1.7.22)

Syntax

C#
public string Key { get; }
Visual Basic (Declaration)
Public ReadOnly Property Key As String
Visual C++
public:
property String^ Key {
	String^ get ();
}

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThrown if the object has not yet been initialized.

See Also