  | StashErrorCode Property | 
This is preliminary documentation and is subject to change.
Error code.
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Code { get; init; }Public Property Code As String
	Get
	Set
Dim instance As StashError
Dim value As String
value = instance.Code
instance.Code = value
public:
property String^ Code {
	String^ get ();
	void set (String^ value);
}member Code : string with get, set
Property Value
String
See Also