ReplicationOperation.OperationType Property

Definition

Contains the type of replication operation that this operation represents.

public:
 property System::DirectoryServices::ActiveDirectory::ReplicationOperationType OperationType { System::DirectoryServices::ActiveDirectory::ReplicationOperationType get(); };
public System.DirectoryServices.ActiveDirectory.ReplicationOperationType OperationType { get; }
member this.OperationType : System.DirectoryServices.ActiveDirectory.ReplicationOperationType
Public ReadOnly Property OperationType As ReplicationOperationType

Property Value

One of the ReplicationOperationType members that indicates the type of replication operation that this operation represents.

Applies to

See also