VBFixedStringAttribute::Length Property

 

Gets the length of the string.

Namespace:   Microsoft.VisualBasic
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
property int Length {
	int get();
}

Property Value

Type: System::Int32

Returns the length of the string.

The constructor for this attribute sets this property when the VBFixedStringAttribute is applied to a string.

.NET Framework
Available since 1.1
Return to top
Show: