Property_Type Simple Type
Description
The type of value that can be assigned to the PropertyType attribute of the Operation element.
Important Information
The value must be made up of the types listed in the Property_Types simple type.
Possible values:
Method
Or a space-separated combination of the following values:
Property_Get
Property_Put
Property_PutRef
Note: In .NET Add-in Extensibility, Property_Put and Property_PutRef are equivalent.
Type
Source
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Property_Type">
<xs:list itemType="Property_Types" />
</xs:simpleType>
|