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 or sets the actual length of the string.
Namespace: Microsoft.CommerceServer
Assembly: Microsoft.CommerceServer.CrossTierTypes (in Microsoft.CommerceServer.CrossTierTypes.dll)
Syntax
'Declaration
Public Property ActualLength As Integer
'Usage
Dim instance As StringLengthValidationException
Dim value As Integer
value = instance.ActualLength
instance.ActualLength = value
public int ActualLength { get; set; }
public:
property int ActualLength {
int get ();
void set (int value);
}
public function get ActualLength () : int
public function set ActualLength (value : int)
Property Value
Type: System..::.Int32
The actual length of the string.
Remarks
Stores the actual length of the string.
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.
See Also
Reference
StringLengthValidationException Class