SolutionStatusInfo.Type Property

Gets the type.
[DataMember(Name = "Type")] 
public SolutionStatusType Type {get;}
This language is not supported or no code example is available.
[DataMember(Name = "Type")] 
public:  
property SolutionStatusType Type { 
SolutionStatusType get( ); 
}
This language is not supported or no code example is available.
public  
DataMember(Name = "Type") 
function get Type() : SolutionStatusType;
This language is not supported or no code example is available.

Property Value

SolutionStatusType

The type.

In this article

Definition