FeatureBase<T>.Uid Method

Definition

The UID that was used to create the object. If no UID is passed in when creating the object then a random UID is created when the object is created.

public string Uid ();
abstract member Uid : unit -> string
override this.Uid : unit -> string
Public Function Uid () As String

Returns

string UID identifying the object

Implements

Applies to