[Missing <summary> documentation for "P:OPSSDK.ErrorInfo.Type"]

Namespace: OPSSDK
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public ErrorType Type { get; private set; }
Visual Basic
Public Property Type As ErrorType
	Get
	Private Set
Visual C++
public:
property ErrorType Type {
	ErrorType get ();
	private: void set (ErrorType value);
}

Property Value

Type: ErrorType

See Also