Share via


Issue.ClassDisplayName Property

Applies To: Windows 8.1

The display name of the class 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.ClassDisplayName

instance.ClassDisplayName = value

Syntax

'Declaration
Public Property ClassDisplayName As String
public string ClassDisplayName { get; set; }
public:
property String^ ClassDisplayName {
    String^ get ();
    void set (String^ classDisplayName);
}
/** @property */
public String get_ClassDisplayName ()

/** @property */
public void set_ClassDisplayName (String classDisplayName)
public function get ClassDisplayName () : String

public function set ClassDisplayName (classDisplayName : String)

Property Value

Returns String.

Remarks

The display name of the class is the value of element Issue/Class/DisplayName.

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