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