SPKeyValuePairSerializationInfo.TryGetValue Method
Include Protected Members
Include Inherited Members
Retrieves a value from the SPKeyValuePairSerializationInfo store according to the provided parameters of name, value, and default value.
Overload List
Name | Description | |
---|---|---|
![]() |
TryGetValue<T>(String, T) | Retrieves a value from the SPKeyValuePairSerializationInfo store based on the specified type and name. |
![]() |
TryGetValue<T>(String, T, T) | Retrieves a value from the SPKeyValuePairSerializationInfo store based on the specified type and name. This method returns a specified default value if a name cannot be located in the store. |
Top
See Also
Reference
SPKeyValuePairSerializationInfo Class