NamedDomainElement.CalculateName Method

Definition

Calculates the value of Name

protected:
 virtual System::String ^ CalculateName();
protected virtual string CalculateName ();
abstract member CalculateName : unit -> string
override this.CalculateName : unit -> string
Protected Overridable Function CalculateName () As String

Returns

The value of Name

Remarks

The base implementation just returns the storage, so that Name behaves like a regular property

Applies to