Share via


Issue.AttributeKnown Property

Applies To: Windows 8.1

The value of attribute Known 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.AttributeKnown

instance.AttributeKnown = value

Syntax

'Declaration
Public Property AttributeKnown As String
public string AttributeKnown { get; set; }
public:
property String^ AttributeKnown {
    String^ get ();
    void set (String^ attributeKnown);
}
/** @property */
public String get_AttributeKnown ()

/** @property */
public void set_AttributeKnown (String attributeKnown)
public function get AttributeKnown () : String

public function set AttributeKnown (attributeKnown : String)

Property Value

Returns String.

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