[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Gets or sets the data that the image is
made of.
Namespace:
Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Visual Basic |
Dim instance As ManagementPackImage
Dim value As MemoryStream
value = instance.ImageData
instance.ImageData = value
|
Syntax
Visual Basic |
<ObsoleteAttribute("This property is now obsolete. Please use Resources.GetResourceData instead")> _
Public Property ImageData As MemoryStream
|
C# |
[ObsoleteAttribute("This property is now obsolete. Please use Resources.GetResourceData instead")]
public MemoryStream ImageData { get; set; }
|
C++ |
[ObsoleteAttribute(L"This property is now obsolete. Please use Resources.GetResourceData instead")]
public:
property MemoryStream^ ImageData {
MemoryStream^ get ();
void set (MemoryStream^ value);
}
|
J# |
/** @property */
public MemoryStream get_ImageData ()
/** @property */
public void set_ImageData (MemoryStream value)
|
JScript |
public function get ImageData () : MemoryStream
public function set ImageData (value : MemoryStream)
|
Property Value
A
MemoryStream object. The data that the image is made
of.
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 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also