ResourceExtensionSubStatus Class
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.
A substatus object containing additional status information reported by the Resource Extension.
public class ResourceExtensionSubStatus
type ResourceExtensionSubStatus = class
Public Class ResourceExtensionSubStatus
- Inheritance
-
ResourceExtensionSubStatus
Constructors
ResourceExtensionSubStatus() |
Initializes a new instance of the ResourceExtensionSubStatus class. |
Properties
Code |
Optional. Integer status code from the result of applying the substatus settings. |
FormattedMessage |
Optional. This object encapsulates a formatted localized status message. |
Message |
Optional. This object encapsulates a localized status message. |
Name |
Optional. A name for the substatus. |
Status |
Optional. The resource extension substatus, containing values like Transitioning, Error, Success, or Warning. |