| SetBucketRefererRequestRefererList Property  | 
            Gets the referer list.
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic IList<string> RefererList { get; }Public ReadOnly Property RefererList As IList(Of String)
	Get
public:
property IList<String^>^ RefererList {
	IList<String^>^ get ();
}member RefererList : IList<string> with get
Property Value
Type: 
IListString
See Also