GetPropertyOperation Class

Definition

Represents a PropertyBatchOperation that gets the specified property if it exists.

public sealed class GetPropertyOperation : System.Fabric.PropertyBatchOperation
type GetPropertyOperation = class
    inherit PropertyBatchOperation
Public NotInheritable Class GetPropertyOperation
Inherits PropertyBatchOperation
Inheritance
GetPropertyOperation

Remarks

Note that if one PropertyBatchOperation fails, the entire batch will fail and not be committed.

Constructors

GetPropertyOperation(String)

Instantiates a new instance of the GetPropertyOperation class with specified property name.

GetPropertyOperation(String, Boolean)

Initializes a new instance of the GetPropertyOperation with specified property name and include value flag.

Properties

IncludeValue

Gets a value indicating whether the value of the property is returned together with the metadata.

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)

Applies to