DeploymentSyncContext Class

Definition

Provides properties and methods that define the context for deployment synchronization.

public ref class DeploymentSyncContext
public class DeploymentSyncContext
type DeploymentSyncContext = class
Public Class DeploymentSyncContext
Inheritance
DeploymentSyncContext

Properties

DeleteDestination
DestinationObject

Gets the destination DeploymentObject for the current deployment synchronization context.

Rules

Gets a collection of DeploymentRule objects associated with the current context.

SourceObject

Gets the source DeploymentObject for the current deployment synchronization context.

UseChecksum
WhatIf

Gets a value that determines whether operations should be performed.

Methods

Clone(DeploymentObject, DeploymentObjectAttributeData)
GetState(String)

Gets the value specified from the state table of the current deployment synchronization context.

SetState(String, Object)

Sets or adds the name and value to the underlying state table of the current deployment synchronization context.

Applies to