DomainType.CalculateNamespace 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 Namespace
protected:
virtual System::String ^ CalculateNamespace();
protected virtual string CalculateNamespace ();
abstract member CalculateNamespace : unit -> string
override this.CalculateNamespace : unit -> string
Protected Overridable Function CalculateNamespace () As String
Returns
The value of Namespace
Remarks
The base implementation just returns the storage, so that Namespace behaves like a regular property