PSRemotingBaseCmdlet.ResolvedComputerNames 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.
Computer names after they have been resolved (null, empty string, "." resolves to localhost)
protected:
property cli::array <System::String ^> ^ ResolvedComputerNames { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
protected:
property Platform::Array <Platform::String ^> ^ ResolvedComputerNames { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
protected string[] ResolvedComputerNames { get; set; }
member this.ResolvedComputerNames : string[] with get, set
Protected Property ResolvedComputerNames As String()
Property Value
String[]
Remarks
If Null or empty string is specified, then localhost is assumed. The ResolveComputerNames will include this.