IAnalysisModuleTargetInfo.PatchIds Property¶
Gets the patch ids.
Namespace: Citrix.SDK.AppDNA.Interfaces
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
Collection<int> PatchIds { get; }
VB¶
ReadOnly Property PatchIds As Collection(Of Integer)
Get
Property Value¶
Type: Collection(Int32)
The patch ids.
See Also¶
Reference¶
IAnalysisModuleTargetInfo Interface
Citrix.SDK.AppDNA.Interfaces Namespace