Auto Property : Set Default value to a property with out local variable

C# 6.0 introduces a feature of setting default value with out local variable as below

 

public String MyPride { get ; set;} = "Tamil Valga, Long Live Tamil";