BRScriptParameter.MaxLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the parameter type max length
public:
property int MaxLength { int get(); };
[System.Runtime.Serialization.DataMember]
public int MaxLength { get; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxLength : int
Public ReadOnly Property MaxLength As Integer
Property Value
The parameter type max length.
- Attributes