[ROOT] / doc / DocFrag / ARCCore.IP.TryGetPV
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | ClassMember | 
| IsInherited | -False- | 
| IsInheritedDoc | -False- | 
| Lines | -6- | 
| Name | TryGetPV | 
| Namespace | ARCCore | 
| Type | IP | 
ClassMemberAttribute
| Key | Value | 
|---|---|
| DeclaringType | IP | 
| MethodName | TryGetPV | 
| MethodSignature | Boolean TryGetPV[T](System.Object, T ByRef, System.String ByRef) | 
Gets a single property's value for the given property key.
TODO: BUG: As of Feb 2022: Compiler will choose this overload also when key is a string,
TODO: BUG: leading to assertion in PK.FromEnum failing. To avoid having this overload chosen convert key to IKString instead.
Note that not relevant for single-value properties like PValue<T>.
Generated 2025-10-30 16:20:24.919 UTC