Public Property IsDynamic As Boolean
public bool IsDynamic { get; set; }
public: property bool IsDynamic { bool get (); void set (bool value); }
function get_isDynamic(); function set_isDynamic(value);