MaximumValue Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the maximum allowed length for the name.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property MaximumValue As Integer
'Usage
Dim instance As MaximumLimitException
Dim value As Integer
value = instance.MaximumValue
public int MaximumValue { get; }
public:
property int MaximumValue {
int get ();
}
public function get MaximumValue () : int
Property Value
Type: System..::.Int32
An integer indicating the maximum allowed length for the string to assign to the property.
Remarks
The maximum allowed length for a name.
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.