| CORSRuleAllowedOrigins Property  | 
            Allowed origins. One origin could contain at most one wildcard (*).
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic IList<string> AllowedOrigins { get; set; }Public Property AllowedOrigins As IList(Of String)
	Get
	Set
public:
property IList<String^>^ AllowedOrigins {
	IList<String^>^ get ();
	void set (IList<String^>^ value);
}member AllowedOrigins : IList<string> with get, set
Property Value
Type: 
IListString
See Also