Windward Engine API Reference
StringValue Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > PropertyValue Class : StringValue Property




Glossary Item Box

Gets a string value.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property StringValue As String
Visual Basic (Usage)Copy Code
Dim instance As PropertyValue
Dim value As String
 
value = instance.StringValue
C# 
public string StringValue {get;}
Managed Extensions for C++ 
public: __property string* get_StringValue();
C++/CLI 
public:
property String^ StringValue {
   String^ get();
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2020 All Rights Reserved.