PutPropertyOperation Class

Definition

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
PutPropertyOperation

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