Property element (propertiesType complexType)

(Action4)

Applies to: SharePoint Server 2013

A property of the parent Block element (Blocks element) (WorkflowInfo element) (Action4) element as rendered in the workflow visual designer user interface.

Usage

    <Blocks>
        <Block>
            <Property />
        </Block>
    </Blocks>

Element information

Element type

Namespace

Schema file

Actions4.xsd

Definition

    <xs:element name="Property" minOccurs="0" maxOccurs="unbounded">
         <xs:attribute name="Name" type="s:string" use="required" />
         <xs:attribute name="DesignerType" type="s:string" />
         <xs:attribute name="DisplayName" type="s:string" />
         <xs:attribute name="Description" type="s:string" />
         <xs:attribute name="TypeFrom" type="s:string" />
    </xs:element>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

Element

Type

Description

Block

propertiesType

Child elements

None.

Attributes

Attribute

Type

Required

Description

Possible values

**Description**

s:string

optional

Values of the s:string type.

**DesignerType**

s:string

optional

Values of the s:string type.

**DisplayName**

s:string

optional

Values of the s:string type.

**Name**

s:string

required

Values of the s:string type.

**TypeFrom**

s:string

optional

Values of the s:string type.