SPSolutionValidator.Signature property
Gets or sets the version number and state hash of a solution validator.
Namespace: Microsoft.SharePoint.UserCode
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Signature As Integer
Get
Set
'Usage
Dim instance As SPSolutionValidator
Dim value As Integer
value = instance.Signature
instance.Signature = value
public int Signature { get; set; }
Property value
Type: System.Int32
An Int32 value that indicates version number and state hash.
Remarks
To ensure that solutions are validated appropriately, an implementing solution validator should change its signature appropriately in response to any relevant change in code, version, or state.