SPSolutionValidator.Signature property
取得或設定版本號碼及狀態解決方案驗證程式雜湊。
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Signature As Integer
Get
Set
'用途
Dim instance As SPSolutionValidator
Dim value As Integer
value = instance.Signature
instance.Signature = value
public int Signature { get; set; }
Property value
Type: System.Int32
會指出版本號碼Int32值與狀態雜湊。
備註
若要確保已適當地驗證解決方案,實作解決方案驗證程式應該變更適當地以回應程式碼、 版本或狀態中的任何相關變更其簽章。