SPKeyValuePairSerializationInfo.TryGetValue method
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