Click or drag to resize
AccessControlListGrants Property

Note: This API is now obsolete.

获取所有Grant实例的枚举。

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

Property Value

Type: IEnumerableGrant
See Also