AggregatableAttribute.DefaultMemberRelationship Property |
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 6.10.10.0 (6.10.10.0)
public RelationshipKind DefaultMemberRelationship { get; set; }
Property Value
Type: RelationshipKindThe default value of this property is Default, which causes a build-time error to be emitted if members are not annotated with ChildAttribute, ReferenceAttribute or ParentAttribute.