CompletedEventArgs.StatusObject Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets additional status information within a WMI object. This may be null
.
public:
property System::Management::ManagementBaseObject ^ StatusObject { System::Management::ManagementBaseObject ^ get(); };
public System.Management.ManagementBaseObject StatusObject { get; }
member this.StatusObject : System.Management.ManagementBaseObject
Public ReadOnly Property StatusObject As ManagementBaseObject
Property Value
Additional status information about the completion of an operation.
Remarks
Property Value
null
if an error did not occur. Otherwise, may be non-null if the provider supports extended error information.
.NET Framework Security
Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.