Gets/sets the index key for this element.
[Visual Basic] Public Property IndexKey As String _ Implements ICampaignElement.IndexKey [C#] public string IndexKey { get; set; } [C++] public: __property String* get_IndexKey(); public: __property void set_IndexKey(String* ); [JScript] public function get IndexKey() : String public function set IndexKey(String);
AbstractCampaignElement Class | Portrate.Interview.Model Namespace