<< Click to Display Table of Contents >>
GetName
데이터 스토어 이름을 가져옵니다.
Prototype
string GetName()
Example
var dst = This.GetDataStore();
var Name = dst.GetName();