Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft