Partager via


Subject.Class Property

Applies To: Windows 8.1

The class 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.Class

instance.Class = value

Syntax

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

/** @property */
public void set_Class (String name)
public function get Class () : String

public function set Class (name : String)

Property Value

Returns String.

Remarks

The class name is the value of element Subject/Class/ProgrammaticName.

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