TestCase.ActivityReference Property
Applies To: Windows 8.1
The activity reference of the TestCase.
Namespace: Microsoft.Assessments.Runtime
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As TestCase
Dim value As String
value = instance.ActivityReference
instance.ActivityReference = value
Syntax
'Declaration
Public Property ActivityReference As String
public string ActivityReference { get; set; }
public:
property String^ ActivityReference {
String^ get ();
void set (String^ activityReference);
}
/** @property */
public String get_ActivityReference ()
/** @property */
public void set_ActivityReference (String activityReference)
public function get ActivityReference () : String
public function set ActivityReference (activityReference : String)
Property Value
Returns String.
Remarks
The activity reference is the value of element TestCase/ActivityReference.
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
TestCase Class
TestCase Members
Microsoft.Assessments.Runtime Namespace