Retrieves the override value for the string array settings, that
is, when
DataType is a
string and
IsArrayType is
true. It applies only to string array
settings. For all other types of settings, see
Value.
Namespace:
Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly:
Microsoft.ComponentStudio.ComponentPlatformInterface (in
microsoft.componentstudio.componentplatforminterface.dll)
Usage
Visual Basic |
Dim settingOverride1 As SettingOverride
Dim returnValue As IList(Of String)
returnValue = settingOverride1.StringArrayValue
|
Syntax
Visual Basic |
Public ReadOnly Property StringArrayValue() As IList(Of String)
|
C# |
public IList<string> StringArrayValue {get;}
|
C++ |
public:
property IList<String^>^ StringArrayValue {
IList<String^>^ get();
}
|
J# |
public IList<System.String> get_StringArrayValue();
|
JScript |
JScript does not support Generics.
|
Property Value
The override value for the string array settings.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server
2003, Windows Vista, and Windows 2000
Target Platforms
See Also