BTXServiceStaticState.AppDomainRootAssemblyName 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.
public:
property System::Reflection::AssemblyName ^ AppDomainRootAssemblyName { System::Reflection::AssemblyName ^ get(); void set(System::Reflection::AssemblyName ^ value); };
public System.Reflection.AssemblyName AppDomainRootAssemblyName { get; set; }
member this.AppDomainRootAssemblyName : System.Reflection.AssemblyName with get, set
Public Property AppDomainRootAssemblyName As AssemblyName