Issue.ClassProgrammaticName Property

Applies To: Windows 8.1

The programmatic 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.ClassProgrammaticName

instance.ClassProgrammaticName = value

Syntax

'Declaration
Public Property ClassProgrammaticName As String
public string ClassProgrammaticName { get; set; }
public:
property String^ ClassProgrammaticName {
    String^ get ();
    void set (String^ classProgrammaticName);
}
/** @property */
public String get_ClassProgrammaticName ()

/** @property */
public void set_ClassProgrammaticName (String classProgrammaticName)
public function get ClassProgrammaticName () : String

public function set ClassProgrammaticName (classProgrammaticName : String)

Property Value

Returns String.

Remarks

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

Issue Class
Issue Members
Microsoft.Assessments.Runtime Namespace