Gets or sets the image cache for the snap-in.
Namespace:
Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in
microsoft.configurationmanagement.dll)
Usage
Visual Basic |
Dim instance As SmsSnapInBase
Dim value As Dictionary(Of String, Integer)
value = instance.ImagesCache
instance.ImagesCache = value
|
Syntax
Visual Basic |
Public Property ImagesCache As Dictionary(Of String, Integer)
|
C# |
public Dictionary<string,int> ImagesCache { get; set; }
|
C++ |
public:
property Dictionary<String^, int>^ ImagesCache {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}
|
J# |
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Dictionary<String,int> get_ImagesCache ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ImagesCache (Dictionary<String,int> value)
|
JScript |
DebuggerStepThroughAttribute
public function get ImagesCache () : Dictionary<String,int>
DebuggerStepThroughAttribute
public function set ImagesCache (value : Dictionary<String,int>)
|
Property Value
System.Collections.Generic.Dictionary object mapping strings to
values for the images.
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 Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also