Share via


DeletePropertyOperation(String) Constructor

Definition

Creates and instantiates a DeletePropertyOperation object.

public DeletePropertyOperation (string propertyName);
new System.Fabric.DeletePropertyOperation : string -> System.Fabric.DeletePropertyOperation
Public Sub New (propertyName As String)

Parameters

propertyName
String

The name of the property to be deleted.

Applies to