Aracılığıyla paylaş


PropertyBatchOperation Constructors

Definition

Overloads

PropertyBatchOperation()

Initializes a new instance of the PropertyBatchOperation object.

PropertyBatchOperation(String, PropertyBatchOperationKind)

Initializes a new instance of the PropertyBatchOperation object with the specified property name and kind.

PropertyBatchOperation()

Initializes a new instance of the PropertyBatchOperation object.

protected PropertyBatchOperation ();
Protected Sub New ()

Applies to

PropertyBatchOperation(String, PropertyBatchOperationKind)

Initializes a new instance of the PropertyBatchOperation object with the specified property name and kind.

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
String

String name of the Property.

Applies to