'宣言 Public Property Key As System.String
'使用法 Dim instance As MapOwnedKeyedItem Dim value As System.String instance.Key = value value = instance.Key
public System.string Key {get; set;}
メモ:set アクセサはシリアライズのみを目的としています。このプロパティを変更してはなりません。
'宣言 Public Property Key As System.String
'使用法 Dim instance As MapOwnedKeyedItem Dim value As System.String instance.Key = value value = instance.Key
public System.string Key {get; set;}