Partager via


Subject.ClassDisplay Property

Applies To: Windows 8.1

The class display name of the Subject.

Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As Subject
Dim value As String

value = instance.ClassDisplay

instance.ClassDisplay = value

Syntax

'Declaration
Public Property ClassDisplay As String
public string ClassDisplay { get; set; }
public:
property String^ ClassDisplay {
    String^ get ();
    void set (String^ name);
}
/** @property */
public String get_ClassDisplay ()

/** @property */
public void set_ClassDisplay (String name)
public function get ClassDisplay () : String

public function set ClassDisplay (name : String)

Property Value

Returns String.

Remarks

The class display name is the value of element Subject/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

Subject Class
Subject Members
Microsoft.Assessments.Runtime Namespace