Owner Constructor (String, String)Aliyun Open Services SDK for .NET
使用给定的所有者ID和显示名称构造一个新的Owner实例。

Namespace: Aliyun.OpenServices.OpenStorageService
Assembly: Aliyun.OpenServices (in Aliyun.OpenServices.dll) Version: 1.0.5290.21916
Syntax

public Owner(
	string id,
	string displayName
)

Parameters

id
Type: SystemString
所有者的ID。
displayName
Type: SystemString
所有者的显示名称。
See Also

Reference