Share via


MetricValue.ProgrammaticName Property

Applies To: Windows 8.1

The programmatic name of the MetricValue.

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

Usage

'Usage
Dim instance As MetricValue
Dim value As String

value = instance.ProgrammaticName

instance.ProgrammaticName = value

Syntax

'Declaration
Public Property ProgrammaticName As String
public string ProgrammaticName { get; set; }
public:
property String^ ProgrammaticName {
    String^ get ();
    void set (String^ programmaticName);
}
/** @property */
public String get_ProgrammaticName ()

/** @property */
public void set_ProgrammaticName (String programmaticName)
public function get ProgrammaticName () : String

public function set ProgrammaticName (programmaticName : String)

Property Value

Returns String.

Remarks

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

MetricValue Class
MetricValue Members
Microsoft.Assessments.Runtime Namespace