Public Property IsEmbedded As Boolean
public bool IsEmbedded { get; set; }
public: property bool IsEmbedded { bool get (); void set (bool value); }
function get_isEmbedded(); function set_isEmbedded(value);