AggregatableAttribute.DefaultMemberRelationship Property |
Gets or sets the default kind of relationship of fields and automatic properties.
Namespace: PostSharp.Patterns.ModelAssembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)

C#
public RelationshipKind DefaultMemberRelationship { get; set; }
Property Value
Type: RelationshipKind
The 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.
