Represents a collection of
values that you can manipulate.
The following tables list the members exposed by IProperties.
Public Properties
Name | Description | |
---|---|---|
![]() |
Item | Access the collection by property name. This version will return the intrinsic value, such as , , or , as opposed to the value wrapped in an . To get the value as an use the method. |
Public Methods
Name | Description | |
---|---|---|
![]() |
GetBinaryListValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetBinaryValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetBooleanListValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetBooleanValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetDateTimeListValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetDateTimeValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetDependentObjectListValue | Locates a property by name in this collection and returns the value it holds. If the property holds a reference object or or is unevaluated , a round-trip is made to the server to fetch its value. |
![]() |
GetEngineObjectValue | Locates a property by name in this collection and returns the value it holds. If the property holds a reference object or or is unevaluated , a round-trip is made to the server to fetch its value. |
![]() |
GetFloat64ListValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetFloat64Value | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetIdListValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetIdValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetIndependentObjectSetValue | Locates a property by name in this collection and returns the value it holds. If the property holds a reference object or or is unevaluated , a round-trip is made to the server to fetch its value. |
![]() |
GetInputStreamValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetInteger32ListValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetInteger32Value | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetObjectValue | Locates a property by name in this collection and returns the value it holds. If the property holds a reference object or or is unevaluated , a round-trip is made to the server to fetch its value. |
![]() |
GetProperty | Returns the object specified by name in this collection. |
![]() |
GetStringListValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
GetStringValue | Locates a property by name in this collection and returns the value it holds. |
![]() |
IsDirty | Specifies whether this collection has changed since it was last saved ( ) or not ( ). |
![]() |
IsPropertyPresent | Returns whether this collection holds a instance having the given property name ( ) or not ( ). |
![]() |
NullifyProperty | Set a property to specifying the type of the object. Create the property if one is not present at this name. |
![]() |
RemoveFromCache | Overloaded. Removes the object specified by name from this collection cache. Note that the collection on the server remains unchanged. are only removed from the local properties cache. |
![]() |
ToArray | Provides a means of traversing the property instances held in the collection using a positional value. |