SPSequence.GetProperty method

Returns one of the per-sequence properties from the upgrade config files

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

Syntax

'Declaration
Public Function GetProperty ( _
    name As String _
) As String
'Usage
Dim instance As SPSequence
Dim name As String
Dim returnValue As String

returnValue = instance.GetProperty(name)
public string GetProperty(
    string name
)

Parameters

Return value

Type: System.String
value of the property

See also

Reference

SPSequence class

SPSequence members

Microsoft.SharePoint.Upgrade namespace