RegexString.MaximumLength Property
Gets or sets the maximum length of the generated strings.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in microsoft.visualstudio.teamsystem.data.generators.dll)
Syntax
'Declaration
Public Property MaximumLength As Integer
'Usage
Dim instance As RegexString
Dim value As Integer
value = instance.MaximumLength
instance.MaximumLength = value
public int MaximumLength { get; set; }
public:
property int MaximumLength {
int get ();
void set (int value);
}
/** @property */
public int get_MaximumLength ()
/** @property */
public void set_MaximumLength (int value)
public function get MaximumLength () : int
public function set MaximumLength (value : int)
See Also
Reference
RegexString Class
RegexString Members
Microsoft.VisualStudio.TeamSystem.Data.Generators Namespace