SPSequence.GetProperty Method
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
- name
Type: System.String
Return Value
Type: System.String