Initialization.ContainerType Property
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.
Get the container type (i.e. appdomain or process).
public:
property System::String ^ ContainerType { System::String ^ get(); };
public string ContainerType { get; }
member this.ContainerType : string
Public ReadOnly Property ContainerType As String