ActionDescription.reportDescription Field
Indicates report information that will be displayed when the user selects this action. The report information is stored in a ReportDescription object.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ActionDescription
Dim value As ReportDescription
value = instance.reportDescription
instance.reportDescription = value
Syntax
'Declaration
<XmlElementAttribute("ReportDescription", IsNullable:=False)> _
Public reportDescription As ReportDescription
[XmlElementAttribute("ReportDescription", IsNullable=false)]
public ReportDescription reportDescription
[XmlElementAttribute(L"ReportDescription", IsNullable=false)]
public:
ReportDescription^ reportDescription
/** @attribute XmlElementAttribute("ReportDescription", IsNullable=false) */
public ReportDescription reportDescription
XmlElementAttribute("ReportDescription", IsNullable=false)
public var reportDescription : ReportDescription
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
ActionDescription Class
ActionDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace
ReportDescription