Share via


MaxSize Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the max storage size (in bytes) for this property.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property MaxSize As Integer
'Usage
Dim instance As ProfileProperty
Dim value As Integer

value = instance.MaxSize
public int MaxSize { get; }
public:
property int MaxSize {
    int get ();
}
public function get MaxSize () : int

Property Value

Type: System..::.Int32
The maximum size for this property.

Remarks

Retrieves the max storage size (in bytes) for this property.

Permissions

See Also

Reference

ProfileProperty Class

ProfileProperty Members

Microsoft.CommerceServer.Runtime.Profiles Namespace