 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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