共用方式為


SPServerBinding.GetHashCode method

會傳回伺服器繫結雜湊程式碼。

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function GetHashCode As Integer
'用途
Dim instance As SPServerBinding
Dim returnValue As Integer

returnValue = instance.GetHashCode()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override int GetHashCode()

傳回值

Type: System.Int32
取自 HostHeader 的雜湊程式碼使用的連接埠 xor 32 位元正負號的整數雜湊程式碼。

請參閱

參照

SPServerBinding class

SPServerBinding members

Microsoft.SharePoint.Administration namespace