WCF-Xtensions Class Reference for Mono
MaximumLength Property






Gets or sets the maximum length.
Syntax
public System.Nullable<int> MaximumLength {get; set;}
public read-write property MaximumLength: System.Nullable; 
public function get,set MaximumLength : System.Nullable
public: __property System.Nullable<int> get_MaximumLength();
public: __property void set_MaximumLength( 
   System.Nullable<int> value
);
public:
property System.Nullable<int> MaximumLength {
   System.Nullable<int> get();
   void set (    System.Nullable<int> value);
}
'Declaration
 
Public Property MaximumLength As System.Nullable(Of Integer)
 
'Usage
 
Dim instance As JsonSchema
Dim value As System.Nullable(Of Integer)
 
instance.MaximumLength = value
 
value = instance.MaximumLength

Property Value

The maximum length.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonSchema Class
JsonSchema Members

Send Feedback