Feature.Id Property
Gets the identity of the Feature.
Thread safety: This property is not thread-safe.
Syntax
public Id Id { get; }
Property Value
Example
// Find the DataSet a Feature belongs to
public static DataSet FindDataSetFeatureBelongsTo(Feature feature)
{
// Returns the DataSet the feature belongs to or null
return DataSet.GetDataSetById(feature.Id.DataSetId);
}
Platforms
Windows, Linux, Android