IVsAppContainerBootstrapperResult.Address 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.
Gets the IP address or machine name of the bootstapped target.
public:
property System::String ^ Address { System::String ^ get(); };
public:
property Platform::String ^ Address { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610743809)]
public string Address { get; }
[<System.Runtime.InteropServices.DispId(1610743809)>]
member this.Address : string
Public ReadOnly Property Address As String
Property Value
The IP address or machine name of the bootstapped target.
- Attributes
Remarks
This property is safe to access from any thread.