Click or drag to resize
PropertyBackingFieldAttributePropertyName Property
Gets the name of the property for which the decorated field is a backing field.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public string PropertyName { get; set; }

Property Value

Type: String
The name of the property for which the decorated field is a backing field.
See Also