Visual Basic (Declaration) | |
---|---|
Public Function GetProcessReportingSmartObjects( _ ByVal processSetId As Integer, _ ByVal chosenOption As ProcessDeleteOption, _ ByVal chosenVersion As Integer, _ ByVal defaultVersion As Integer, _ ByVal processFolder As String, _ ByVal processName As String, _ ByVal getAllVersions As Boolean _ ) As Dictionary(Of SmartObjectInfo,String) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As SmartObjectManagementServer Dim processSetId As Integer Dim chosenOption As ProcessDeleteOption Dim chosenVersion As Integer Dim defaultVersion As Integer Dim processFolder As String Dim processName As String Dim getAllVersions As Boolean Dim value As Dictionary(Of SmartObjectInfo,String) value = instance.GetProcessReportingSmartObjects(processSetId, chosenOption, chosenVersion, defaultVersion, processFolder, processName, getAllVersions) |
C# | |
---|---|
public Dictionary<SmartObjectInfo,string> GetProcessReportingSmartObjects( int processSetId, ProcessDeleteOption chosenOption, int chosenVersion, int defaultVersion, string processFolder, string processName, bool getAllVersions ) |
C++/CLI | |
---|---|
public: Dictionary<SmartObjectInfo^,String^>^ GetProcessReportingSmartObjects( int processSetId, ProcessDeleteOption chosenOption, int chosenVersion, int defaultVersion, String^ processFolder, String^ processName, bool getAllVersions ) |
Parameters
- processSetId
- chosenOption
- chosenVersion
- defaultVersion
- processFolder
- processName
- getAllVersions
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