MaintenancePlan.GetSubPlanIndexIntoExecutables(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool GetSubPlanIndexIntoExecutables(System::String ^ subplanID, [Runtime::InteropServices::Out] int % index);
public bool GetSubPlanIndexIntoExecutables (string subplanID, out int index);
member this.GetSubPlanIndexIntoExecutables : string * int -> bool
Public Function GetSubPlanIndexIntoExecutables (subplanID As String, ByRef index As Integer) As Boolean
Parameters
- subplanID
- String
- index
- Int32