  | ExtractsPropertyProviderMaxCharacters Property | 
This is preliminary documentation and is subject to change.
            How many characters to return. Actual text returned might be slightly longer.
            
Namespace: WikiClientLibrary.Pages.Queries.PropertiesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic int MaxCharacters { get; set; }Public Property MaxCharacters As Integer
	Get
	Set
Dim instance As ExtractsPropertyProvider
Dim value As Integer
value = instance.MaxCharacters
instance.MaxCharacters = value
public:
property int MaxCharacters {
	int get ();
	void set (int value);
}member MaxCharacters : int with get, set
Property Value
Int32The allowed maximum number of characters to return, or 0 for no such limitation.
Remarks
            The effective value must be between 1 and 1,200.
            Either this property or 
MaxSentences should be 0.
            
See Also