ITransactionPolicy.GetExtendedProperty Method |
Gets an extended property defined by the policy (typically an XML attribute) and specific to the back-end.
Namespace: PostSharp.Patterns.Diagnostics.Transactions
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
string GetExtendedProperty( string name, string defaultValue = null )
Parameters
- name
- Type: System.String
Property name (or XML attribute). Case sensitive. - defaultValue (Optional)
- Type: System.String
The returned value if the property is not defined.