VarBinary.MaximumLength Property
Gets or sets the maximum length of the generated binary values.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.Generators
Assembly: Microsoft.VisualStudio.TeamSystem.Data.Generators (in Microsoft.VisualStudio.TeamSystem.Data.Generators.dll)
Syntax
'Declaration
<InputAttribute(Visible := True)> _
Public Property MaximumLength As Integer
'Usage
Dim instance As VarBinary
Dim value As Integer
value = instance.MaximumLength
instance.MaximumLength = value
[InputAttribute(Visible = true)]
public int MaximumLength { get; set; }
[InputAttribute(Visible = true)]
public:
property int MaximumLength {
int get ();
void set (int value);
}
public function get MaximumLength () : int
public function set MaximumLength (value : int)
Property Value
Type: System.Int32
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.