OssSymlinkSymlink Property |
Gets or sets the symlink.
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public string Symlink { get; set; }
Public Property Symlink As String
Get
Set
public:
property String^ Symlink {
String^ get ();
void set (String^ value);
}
member Symlink : string with get, set
Property Value
Type:
StringThe symlink.
See Also