SPServer.Address property
取得或設定主要伺服器位址,可以是 IP 位址] 或 [電腦名稱。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Address As String
Get
Set
'用途
Dim instance As SPServer
Dim value As String
value = instance.Address
instance.Address = value
public string Address { get; set; }
Property value
Type: System.String
內含伺服器地址的字串。