Partager via


ViewAssemblyDescription.CustomData Property

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

'Usage
Dim instance As ViewAssemblyDescription
Dim value As XmlElement

value = instance.CustomData

instance.CustomData = value

Syntax

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

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_CustomData (XmlElement value)
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

Reference

ViewAssemblyDescription Class
ViewAssemblyDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
TryConfigure
TryConfigure