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