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