Partager via


Link.LinkValue Property

Applies To: Windows 8.1

The URI 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.LinkValue

instance.LinkValue = value

Syntax

'Declaration
Public Property LinkValue As String
public string LinkValue { get; set; }
public:
property String^ LinkValue {
    String^ get ();
    void set (String^ linkValue);
}
/** @property */
public String get_LinkValue ()

/** @property */
public void set_LinkValue (String linkValue)
public function get LinkValue () : String

public function set LinkValue (linkValue : String)

Property Value

Returns String.

Remarks

The link value is the value of element Link/LinkURI.

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