Click or drag to resize
AccessControlListGrants Property

Note: This API is now obsolete.

Gets the iterator of Grant list.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
[ObsoleteAttribute("Use ACL instead")]
public IEnumerable<Grant> Grants { get; }

Property Value

Type: IEnumerableGrant
See Also