PutCustomPropertyOperation 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
PutCustomPropertyOperation(String, Byte[], String) |
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and byte[] value, and sets the custom type accordingly. |
PutCustomPropertyOperation(String, Double, String) |
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and double value, and sets the custom type accordingly. |
PutCustomPropertyOperation(String, Guid, String) |
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and GUID value, and sets the custom type accordingly. |
PutCustomPropertyOperation(String, Int64, String) |
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and Int64 value, and sets the custom type accordingly. |
PutCustomPropertyOperation(String, String, String) |
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and string value, and sets the custom type accordingly. |
PutCustomPropertyOperation(String, Byte[], String)
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and byte[] value, and sets the custom type accordingly.
public PutCustomPropertyOperation (string propertyName, byte[] value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * byte[] * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Byte(), customTypeId As String)
Parameters
- propertyName
- String
The name of the property.
- value
- Byte[]
The value for the property.
- customTypeId
- String
The user defined custom type.
Applies to
PutCustomPropertyOperation(String, Double, String)
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and double value, and sets the custom type accordingly.
public PutCustomPropertyOperation (string propertyName, double value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * double * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Double, customTypeId As String)
Parameters
- propertyName
- String
The name of the property.
- value
- Double
The value for the property.
- customTypeId
- String
The user defined custom type.
Applies to
PutCustomPropertyOperation(String, Guid, String)
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and GUID value, and sets the custom type accordingly.
public PutCustomPropertyOperation (string propertyName, Guid value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * Guid * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Guid, customTypeId As String)
Parameters
- propertyName
- String
The name of the property.
- value
- Guid
The value for the property.
- customTypeId
- String
The user defined custom type.
Applies to
PutCustomPropertyOperation(String, Int64, String)
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and Int64 value, and sets the custom type accordingly.
public PutCustomPropertyOperation (string propertyName, long value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * int64 * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As Long, customTypeId As String)
Parameters
- propertyName
- String
The name of the property.
- value
- Int64
The value for the property.
- customTypeId
- String
The user defined custom type.
Applies to
PutCustomPropertyOperation(String, String, String)
Initializes a new instance of the PutCustomPropertyOperation class with the specified property name and string value, and sets the custom type accordingly.
public PutCustomPropertyOperation (string propertyName, string value, string customTypeId);
new System.Fabric.PutCustomPropertyOperation : string * string * string -> System.Fabric.PutCustomPropertyOperation
Public Sub New (propertyName As String, value As String, customTypeId As String)
Parameters
- propertyName
- String
The name of the property.
- value
- String
The value for the property.
- customTypeId
- String
The user defined custom type.
Applies to
Azure SDK for .NET