PutPropertyOperation Class
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.
Puts the specified property under the specified name.
public sealed class PutPropertyOperation : System.Fabric.PropertyBatchOperation
type PutPropertyOperation = class
inherit PropertyBatchOperation
Public NotInheritable Class PutPropertyOperation
Inherits PropertyBatchOperation
- Inheritance
Remarks
Note that if one PropertyBatchOperation fails, the entire batch fails and is not committed.
Constructors
PutPropertyOperation(String, Byte[]) |
Initializes a new instance of the PutPropertyOperation class with the specified property name and byte[] value. |
PutPropertyOperation(String, Double) |
Initializes a new instance of the PutPropertyOperation class with the specified property name and double value. |
PutPropertyOperation(String, Guid) |
Initializes a new instance of the PutPropertyOperation class with the specified property name and GUID value. |
PutPropertyOperation(String, Int64) |
Initializes a new instance of the PutPropertyOperation class with the specified property name and Int64 value. |
PutPropertyOperation(String, String) |
Initializes a new instance of the PutPropertyOperation class with the specified property name and string value. |
Properties
Kind |
Gets the PropertyBatchOperationKind that indicates the kind of the PropertyBatchOperation. (Inherited from PropertyBatchOperation) |
PropertyName |
Indicates the name of the property that this PropertyBatchOperation accesses. (Inherited from PropertyBatchOperation) |
PropertyType |
Gets the property type. |
PropertyValue |
Gets the property value. |
Applies to
Azure SDK for .NET