IParserProperty Members
Applies to: SharePoint Foundation 2010
Represents a single document property in the property bag.
The following tables list the members that are exposed by the IParserProperty Interface.
Methods in Vtable Order
IUnknown Methods |
Description |
|---|---|
Returns pointers to supported interfaces. |
|
Increments the reference count. |
|
Decrements the reference count. |
IParserProperty Methods |
Description |
|---|---|
Returns the name of the document property. |
|
Returns the data type of the document property. |
|
Returns a document property of the Integer data type. |
|
Sets a document property of the Integer data type. |
|
Returns a document property of the Double data type. |
|
Sets a document property of the Double data type. |
|
Returns a document property of the DateTime data type. |
|
Sets a document property of the DateTime data type. |
|
Returns a document property of the Boolean data type. |
|
Sets a document property of the Boolean data type. |
|
Returns a document property of the String data type that is less than 256 characters in length. |
|
Sets a document property of the String data type that is less than 256 characters in length. |
|
Returns a document property of the String data type that is longer than 256 characters in length. |
|
Sets a document property of the String data type that is longer than 256 characters in length. |
|
Sets the value of a document property from the specified string. |
|
Sets the document property to null. |