AnalyzeResultsInfo.ResultsPublishPath Property
Applies To: Windows 8.1
The path to the published results.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As AnalyzeResultsInfo
Dim value As String
value = instance.ResultsPublishPath
instance.ResultsPublishPath = value
Syntax
'Declaration
Public Property ResultsPublishPath As String
public string ResultsPublishPath { get; set; }
public:
property String^ ResultsPublishPath {
String^ get ();
void set (String^ __set_formal);
}
/** @property */
public String get_ResultsPublishPath ()
/** @property */
public void set_ResultsPublishPath (String __set_formal)
public function get ResultsPublishPath () : String
public function set ResultsPublishPath (__set_formal : 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
AnalyzeResultsInfo Class
AnalyzeResultsInfo Members
Microsoft.Assessments.Hosting Namespace