[Missing <summary> documentation for "P:Aliyun.OSS.Model.ErrorResult.Code"]
 
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic string Code { get; set; }Public Property Code As String
	Get
	Set
public:
property String^ Code {
	String^ get ();
	void set (String^ value);
}member Code : string with get, set
Property Value
Type: 
String
See Also