CheckValuePropertyOperation Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CheckValuePropertyOperation(String, Byte[]) |
Initializes a new instance of the CheckValuePropertyOperation class with specified |
CheckValuePropertyOperation(String, Double) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
CheckValuePropertyOperation(String, Guid) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
CheckValuePropertyOperation(String, Int64) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
CheckValuePropertyOperation(String, String) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
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
Azure SDK for .NET