====== ThinkGeo.MapSuite.WebEdition.IRequireId ====== {{section>upgrade_map_suite_to_10.0}} This interface defines an Id property that is used by the GeoKeyedCollection. === Remarks === Any type that wants to be added to the GeoKeyedCollection must implement this interface to provide a Id property for the GeoKeyedCollection. This Id property (identifier) can be used to retrieve the item from the collection. The identifier must be unique and cannot be empty. ===== Members Summary ===== ==== Public Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Constructors ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Protected Methods ==== ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ ==== Public Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ | {{wiki:PublicProperty.gif|Public Property}}[[#Id|Id]] | String | | Gets a string representing the identifier of the object. | ==== Protected Properties ==== ^ Name ^ Return ^ DeclaringType ^ Summary ^ ==== Public Events ==== ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ ===== Public Constructors ===== ===== Protected Constructors ===== ===== Public Methods ===== ===== Protected Methods ===== ===== Public Properties ===== ==== Id ==== Gets a string representing the identifier of the object. === Remarks === For the most updated Info for this topic, please check it here:http://wiki.thinkgeo.com/wiki/ThinkGeo.MapSuite.WebEdition.IRequireId#firstHeading" class="firstHeading" lang="en"><span dir="auto === Return Value === ^ Return Type ^ | String | [[#Public Properties|Go Back]] ===== Protected Properties ===== ===== Public Events ===== __NOTOC__ [[Category:WebEdition]] [[Category:ThinkGeo.MapSuite.WebEdition]]