Gets or sets custom data stored by using a call to the TryConfigure method of IConsoleView or ViewDescriptionBase. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ViewAssemblyDescription
Dim value As XmlElement

value = instance.CustomData

instance.CustomData = value

Syntax

Visual Basic
<XmlElementAttribute("CustomData")> _
Public Property CustomData As XmlElement
C#
[XmlElementAttribute("CustomData")] 
public XmlElement CustomData { get; set; }
C++
[XmlElementAttribute(L"CustomData")] 
public:
property XmlElement^ CustomData {
		XmlElement^ get ();
		void set (XmlElement^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public XmlElement get_CustomData ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_CustomData (XmlElement value)
JScript
DebuggerStepThroughAttribute 
public function get CustomData () : XmlElement

DebuggerStepThroughAttribute 
public function set CustomData (value : XmlElement)

Property Value

System.Xml.XmlElement object for the custom data.

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