ProviderError.Type Property
public ProviderErrorType Type {get; set;}
This language is not supported or no code example is available.
public:
property ProviderErrorType Type {
ProviderErrorType get( );
void set(
ProviderErrorType value
);
}
This language is not supported or no code example is available.
public function get Type() : ProviderErrorType;
public function set Type(value : ProviderErrorType);
This language is not supported or no code example is available.