PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelChild­InfoLocation­Name
Open sandboxFocus

ChildInfo.LocationName Property

LocationName

Gets the name of the location to which the child is assigned.

Declaration
public string LocationName { get; }
Property Value
Type Description
System.String
Remarks

This property should be only used to generate texts of error messages for developers (such as exceptions). It is not meant as a mechanism to uniquely identify the location (use DeclarationIdentifier for this purpose) or to generate messages for the end-user.