 | PropertyBackingFieldAttributePropertyName Property |
Gets the name of the property for which the decorated field is a backing field.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic string PropertyName { get; set; }
Property Value
Type:
StringThe name of the property for which the decorated field is a backing field.
See Also