Gets the description of what the clip does.

Namespace:  ScreenMonkey.Clips
Assembly:  ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)

Syntax

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

See Also