'Declaration
Public Function GetWordCount( _ ByVal SegmentationResultID As String _ ) As Integer
public int GetWordCount( string SegmentationResultID )
public function GetWordCount( SegmentationResultID: String ): Integer;
public function GetWordCount( SegmentationResultID : String ) : int;
public: int GetWordCount( string* SegmentationResultID )
public: int GetWordCount( String^ SegmentationResultID )
Parameters
- SegmentationResultID