Partager via


Link.LinkTitle Property

Applies To: Windows 8.1

The title of the Link.

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

Usage

'Usage
Dim instance As Link
Dim value As String

value = instance.LinkTitle

instance.LinkTitle = value

Syntax

'Declaration
Public Property LinkTitle As String
public string LinkTitle { get; set; }
public:
property String^ LinkTitle {
    String^ get ();
    void set (String^ linkTitle);
}
/** @property */
public String get_LinkTitle ()

/** @property */
public void set_LinkTitle (String linkTitle)
public function get LinkTitle () : String

public function set LinkTitle (linkTitle : String)

Property Value

Returns String.

Remarks

The link title is the value of element Link/LinkTitle.

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

Link Class
Link Members
Microsoft.Assessments.Runtime Namespace