次の方法で共有


CheckValuePropertyOperation コンストラクター

定義

オーバーロード

CheckValuePropertyOperation(String, Byte[])

指定したpropertyName値と [] 値を使用して、 CheckValuePropertyOperation クラスの新しいインスタンスをByte初期化します。

CheckValuePropertyOperation(String, Double)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをDouble初期化します。

CheckValuePropertyOperation(String, Guid)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをGuid初期化します。

CheckValuePropertyOperation(String, Int64)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをInt64初期化します。

CheckValuePropertyOperation(String, String)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをString初期化します。

CheckValuePropertyOperation(String, Byte[])

指定したpropertyName値と [] 値を使用して、 CheckValuePropertyOperation クラスの新しいインスタンスをByte初期化します。

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

パラメーター

propertyName
String

プロパティの名前。

value
Byte[]

プロパティの値。

適用対象

CheckValuePropertyOperation(String, Double)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをDouble初期化します。

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

パラメーター

propertyName
String

プロパティの名前。

value
Double

プロパティの値。

適用対象

CheckValuePropertyOperation(String, Guid)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをGuid初期化します。

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

パラメーター

propertyName
String

プロパティの名前。

value
Guid

プロパティの値。

適用対象

CheckValuePropertyOperation(String, Int64)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをInt64初期化します。

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

パラメーター

propertyName
String

プロパティの名前。

value
Int64

プロパティの値。

適用対象

CheckValuePropertyOperation(String, String)

指定した propertyName と 値を使用して、 クラスのCheckValuePropertyOperation新しいインスタンスをString初期化します。

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

パラメーター

propertyName
String

プロパティの名前。

value
String

プロパティの値。

適用対象