Public ReadOnly Property ResultLength As Integer
Dim instance As FrameworkTextComposition
Dim value As Integer
value = instance.ResultLength
public int ResultLength { get; }
public:
property int ResultLength {
int get ();
}
/** @property */
public int get_ResultLength()
public function get ResultLength () : int