Dela via


CheckValuePropertyOperation Constructors

Definition

Overloads

CheckValuePropertyOperation(String, Byte[])

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Byte[] value.

CheckValuePropertyOperation(String, Double)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Double value.

CheckValuePropertyOperation(String, Guid)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Guid value.

CheckValuePropertyOperation(String, Int64)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Int64 value.

CheckValuePropertyOperation(String, String)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and String value.

CheckValuePropertyOperation(String, Byte[])

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Byte[] value.

public CheckValuePropertyOperation (string propertyName, byte[] value);
new System.Fabric.CheckValuePropertyOperation : string * byte[] -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Byte())

Parameters

propertyName
String

The name of the property.

value
Byte[]

The value of the property.

Applies to

CheckValuePropertyOperation(String, Double)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Double value.

public CheckValuePropertyOperation (string propertyName, double value);
new System.Fabric.CheckValuePropertyOperation : string * double -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Double)

Parameters

propertyName
String

The name of the property.

value
Double

The value of the property.

Applies to

CheckValuePropertyOperation(String, Guid)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Guid value.

public CheckValuePropertyOperation (string propertyName, Guid value);
new System.Fabric.CheckValuePropertyOperation : string * Guid -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Guid)

Parameters

propertyName
String

The name of the property.

value
Guid

The value of the property.

Applies to

CheckValuePropertyOperation(String, Int64)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and Int64 value.

public CheckValuePropertyOperation (string propertyName, long value);
new System.Fabric.CheckValuePropertyOperation : string * int64 -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As Long)

Parameters

propertyName
String

The name of the property.

value
Int64

The value of the property.

Applies to

CheckValuePropertyOperation(String, String)

Initializes a new instance of the CheckValuePropertyOperation class with specified propertyName and String value.

public CheckValuePropertyOperation (string propertyName, string value);
new System.Fabric.CheckValuePropertyOperation : string * string -> System.Fabric.CheckValuePropertyOperation
Public Sub New (propertyName As String, value As String)

Parameters

propertyName
String

The name of the property.

value
String

The value of the property.

Applies to