Retrieves the value of the dynamic key if this is a dynamically
keyed list item.
Namespace:
Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly:
Microsoft.ComponentStudio.ComponentPlatformInterface (in
microsoft.componentstudio.componentplatforminterface.dll)
Usage
Visual Basic |
Dim settingOverride1 As SettingOverride
Dim returnValue As String
returnValue = settingOverride1.DynamicKey
Dim sampleValue As String
settingOverride1.DynamicKey = sampleValue
|
Syntax
Visual Basic |
Public Property DynamicKey() As String
|
C# |
public string DynamicKey {get; set;}
|
C++ |
public:
property String^ DynamicKey {
String^ get();
void set(String^ value);
}
|
J# |
public System.String get_DynamicKey();
public void set_DynamicKey(System.String);
|
JScript |
public function get DynamicKey() : String;
public function set DynamicKey(String);
|
Property Value
The value of the dynamic key if this is a dynamically keyed list
item, or
null for non-list item or when
Key is defined.
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