Share via


PropertyBatchOperation Constructors

Definition

Overloads

PropertyBatchOperation()

protected PropertyBatchOperation();
Protected Sub New ()

Applies to

PropertyBatchOperation(String, PropertyBatchOperationKind)

protected PropertyBatchOperation(string propertyName, System.Fabric.PropertyBatchOperationKind kind);
new System.Fabric.PropertyBatchOperation : string * System.Fabric.PropertyBatchOperationKind -> System.Fabric.PropertyBatchOperation
Protected Sub New (propertyName As String, kind As PropertyBatchOperationKind)

Parameters

propertyName
System.String

Applies to