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)
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
- System.String
- value
- System.Byte[]
- customTypeId
- System.String
Applies to
PutCustomPropertyOperation(String, Double, String)
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
- System.String
- value
- System.Double
- customTypeId
- System.String
Applies to
PutCustomPropertyOperation(String, Guid, String)
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
- System.String
- value
- System.Guid
- customTypeId
- System.String
Applies to
PutCustomPropertyOperation(String, Int64, String)
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
- System.String
- value
- System.Int64
- customTypeId
- System.String
Applies to
PutCustomPropertyOperation(String, String, String)
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
- System.String
- value
- System.String
- customTypeId
- System.String