Share via


Issue.AttributeSummary Property

Applies To: Windows 8.1

Returns the summary 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 String

value = instance.AttributeSummary

instance.AttributeSummary = value

Syntax

'Declaration
Public Property AttributeSummary As String
public string AttributeSummary { get; set; }
public:
property String^ AttributeSummary {
    String^ get ();
    void set (String^ attributeSummary);
}
/** @property */
public String get_AttributeSummary ()

/** @property */
public void set_AttributeSummary (String attributeSummary)
public function get AttributeSummary () : String

public function set AttributeSummary (attributeSummary : String)

Property Value

Returns String.

Remarks

The summary is attribute Summary of element Issue.

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