StringPropertyTooLongException.CurrentLength Property

Gets the current length of the string property.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public ReadOnly Property CurrentLength As Integer
    Get
'Usage
Dim instance As StringPropertyTooLongException
Dim value As Integer

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

Property Value

Type: System.Int32
An integer value that specifies the current length of the string property.