Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.