[Missing <summary> documentation for "P:Gemstone.Timeseries.Model.Historian.IsLocal"]
public bool IsLocal { get; set; }
Public Property IsLocal As Boolean
Get
Set
public:
property bool IsLocal {
bool get ();
void set (bool value);
}
function get_IsLocal();
function set_IsLocal(value);