SmsSnapInBase.ImagesCache Property
Gets or sets the image cache for the snap-in.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsSnapInBase
Dim value As Dictionary(Of String, Integer)
value = instance.ImagesCache
instance.ImagesCache = value
Syntax
'Declaration
Public Property ImagesCache As Dictionary(Of String, Integer)
public Dictionary<string,int> ImagesCache { get; set; }
public:
property Dictionary<String^, int>^ ImagesCache {
Dictionary<String^, int>^ get ();
void set (Dictionary<String^, int>^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Dictionary<String,int> get_ImagesCache ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ImagesCache (Dictionary<String,int> value)
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
Reference
SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace