DeploymentBaseContext.IsDestinationObject Property
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.
Gets a value that determines if the current instance is a destination object.
public:
property bool IsDestinationObject { bool get(); };
public bool IsDestinationObject { get; }
member this.IsDestinationObject : bool
Public ReadOnly Property IsDestinationObject As Boolean
Property Value
true if the current object instance is a destination object, otherwise false.