Retrieves and sets the override value of a setting if the setting
type is an array of strings.
Namespace:
Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly:
Microsoft.ComponentStudio.ComponentPlatformInterface (in
microsoft.componentstudio.componentplatforminterface.dll)
Usage
Visual Basic |
Dim answerFileSettingOverride1 As AnswerFileSettingOverride
Dim returnValue As IList(Of String)
returnValue = answerFileSettingOverride1.StringArrayValue
Dim sampleValue As IList(Of String)
answerFileSettingOverride1.StringArrayValue = sampleValue
|
Syntax
Visual Basic |
Public Shadows Property StringArrayValue() As IList(Of String)
|
C# |
public new IList<string> StringArrayValue {get; set;}
|
C++ |
public:
property IList<String^>^ StringArrayValue {
IList<String^>^ get();
void set(IList<String^>^ value);
}
|
J# |
public IList<System.String> get_StringArrayValue();
public void set_StringArrayValue(IList<System.String>);
|
JScript |
JScript does not support Generics.
|
Property Value
List of string values for the settings that are an array of
strings.
Remarks
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