Click or drag to resize
GroupGranteeIdentifier Property
The grantee's identifier.

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public string Identifier { get; set; }

Property Value

Type: String

Implements

IGranteeIdentifier
Remarks
Only supports gets operation. Calling the setter will trigger NotSupportedException.
See Also