バージョン

LayerName プロパティ (MapLayer)

レイヤーの LayerName プロパティを設定または取得します。
シンタックス
'宣言
 
Public Property LayerName As String
public string LayerName {get; set;}
解説
プロパティが設定されていない場合や、null が設定されている場合にレイヤーの LayerName を取得すると、レイヤーの Name プロパティの値が返されます。コード中でレイヤーの Name プロパティを設定するとエラーと見なされ、動作不定になります。
参照