AccessControlListGrants Property |
Note: This API is now obsolete.
Gets the iterator of
Grant list.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax [ObsoleteAttribute("Use ACL instead")]
public IEnumerable<Grant> Grants { get; }
<ObsoleteAttribute("Use ACL instead")>
Public ReadOnly Property Grants As IEnumerable(Of Grant)
Get
public:
[ObsoleteAttribute(L"Use ACL instead")]
property IEnumerable<Grant^>^ Grants {
IEnumerable<Grant^>^ get ();
}
[<ObsoleteAttribute("Use ACL instead")>]
member Grants : IEnumerable<Grant> with get
Property Value
Type:
IEnumerableGrantSee Also