| DeleteObjectsRequestKeys Property  | 
            Returns the keys list where the caller could add or remove key 
            
 
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntaxpublic IList<string> Keys { get; }Public ReadOnly Property Keys As IList(Of String)
	Get
public:
property IList<String^>^ Keys {
	IList<String^>^ get ();
}member Keys : IList<string> with get
Property Value
Type: 
IListString
See Also