SelectedItemID Property
See Also 
SourceCode.Workflow.Design.SharePoint.Documents Namespace > DocumentWizardDefinition Class : SelectedItemID Property



Glossary Item Box

Gets or sets the selected item ID.

Syntax

Visual Basic (Declaration) 
Public Property SelectedItemID As Integer
Visual Basic (Usage)Copy Code
Dim instance As DocumentWizardDefinition
Dim value As Integer
 
instance.SelectedItemID = value
 
value = instance.SelectedItemID
C# 
public int SelectedItemID {get; set;}
C++/CLI 
public:
property int SelectedItemID {
   int get();
   void set (    int value);
}

Property Value

The selected item ID.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also