ReportDescription.ReportGuid Property
Gets or sets the GUID for the report.
Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ReportDescription
Dim value As Guid
value = instance.ReportGuid
instance.ReportGuid = value
Syntax
'Declaration
<XmlAttributeAttribute("Id")> _
Public Property ReportGuid As Guid
[XmlAttributeAttribute("Id")]
public Guid ReportGuid { get; set; }
[XmlAttributeAttribute(L"Id")]
public:
property Guid ReportGuid {
Guid get ();
void set (Guid value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public Guid get_ReportGuid ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_ReportGuid (Guid value)
DebuggerStepThroughAttribute
public function get ReportGuid () : Guid
DebuggerStepThroughAttribute
public function set ReportGuid (value : Guid)
Property Value
Report GUID.
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
ReportDescription Class
ReportDescription Members
Microsoft.ConfigurationManagement.AdminConsole.Schema Namespace