NamedDomainElement.CalculateName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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