Partager via


Iteration.DescriptionDisplayName Property

Applies To: Windows 8.1

The description display name of the Iteration.

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

Usage

'Usage
Dim instance As Iteration
Dim value As String

value = instance.DescriptionDisplayName

instance.DescriptionDisplayName = value

Syntax

'Declaration
Public Property DescriptionDisplayName As String
public string DescriptionDisplayName { get; set; }
public:
property String^ DescriptionDisplayName {
    String^ get ();
    void set (String^ descriptionDisplayName);
}
/** @property */
public String get_DescriptionDisplayName ()

/** @property */
public void set_DescriptionDisplayName (String descriptionDisplayName)
public function get DescriptionDisplayName () : String

public function set DescriptionDisplayName (descriptionDisplayName : String)

Property Value

Returns String.

Remarks

The description display name is the value of element Iteration/Description/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

Iteration Class
Iteration Members
Microsoft.Assessments.Runtime Namespace