Issue.ImpactAttributeSeverity Property
Applies To: Windows 8.1
The impact severity of the Issue.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Issue
Dim value As UInteger
value = instance.ImpactAttributeSeverity
instance.ImpactAttributeSeverity = value
Syntax
'Declaration
Public Property ImpactAttributeSeverity As UInteger
public uint ImpactAttributeSeverity { get; set; }
public:
property unsigned int ImpactAttributeSeverity {
unsigned int get ();
void set (unsigned int impactAttributeSeverity);
}
/** @property */
public UInt32 get_ImpactAttributeSeverity ()
/** @property */
public void set_ImpactAttributeSeverity (UInt32 impactAttributeSeverity)
public function get ImpactAttributeSeverity () : uint
public function set ImpactAttributeSeverity (impactAttributeSeverity : uint)
Property Value
Returns UInt32.
Remarks
The impact severity is the value of attribute Severity of element Issue/Impact.
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 8.1
See Also
Reference
Issue Class
Issue Members
Microsoft.Assessments.Runtime Namespace