SolutionStatusInfo.Solution Property

Gets or sets the solution.
[DataMember(Name = "Solution")] 
public string Solution {get; set;}
This language is not supported or no code example is available.
[DataMember(Name = "Solution")] 
public:  
property String^ Solution { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "Solution") 
function get Solution() : String
public  
DataMember(Name = "Solution") 
function set Solution(value : String);
This language is not supported or no code example is available.

Property Value

string

The solution.

In this article

Definition