Gets the number of words.

Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core (in Sdl.ProjectAutomation.Core.dll) Version: 1.0.0.0 (1.2.3064.0)

Syntax

C#
public int Words { get; internal set; }
Visual Basic
Public Property Words As Integer
	Get
	Friend Set
Visual C++
public:
property int Words {
	int get ();
	internal: void set (int value);
}

See Also