XenSolutionPlatform.IsTarget Property¶
Gets a value indicating whether this instance is target platform.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public abstract bool IsTarget { get; }
VB¶
Public MustOverride ReadOnly Property IsTarget As Boolean
Get
Property Value¶
Type: Booleantrue
if this instance is target platform; otherwise, false
.
See Also¶
Reference¶
XenSolutionPlatform Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace