Gets or sets the GUID for the report. Namespace: Microsoft.ConfigurationManagement.AdminConsole.Schema
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ReportDescription
Dim value As Guid

value = instance.ReportGuid

instance.ReportGuid = value

Syntax

Visual Basic
<XmlAttributeAttribute("Id")> _
Public Property ReportGuid As Guid
C#
[XmlAttributeAttribute("Id")] 
public Guid ReportGuid { get; set; }
C++
[XmlAttributeAttribute(L"Id")] 
public:
property Guid ReportGuid {
		Guid get ();
		void set (Guid value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public Guid get_ReportGuid ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_ReportGuid (Guid value)
JScript
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