私は以下の財産を持っています:
[Description("Name Of Person")]
public string FirstName {get; set;}
以下のような「人の名前」ステートメントにリソースを使用する方法はありますか:
[Description(MyResource.FirstName)]
public string FirstName {get; set;}
私は以下の財産を持っています:
[Description("Name Of Person")]
public string FirstName {get; set;}
以下のような「人の名前」ステートメントにリソースを使用する方法はありますか:
[Description(MyResource.FirstName)]
public string FirstName {get; set;}