RemotelyManagedComputer.PrincipalName 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.
The principal computer name (FQDN).
public:
property System::String ^ PrincipalName { System::String ^ get(); };
public string PrincipalName { get; }
member this.PrincipalName : string
Public ReadOnly Property PrincipalName As String
Property Value
Returns a String value that contains the FQDN for this computer.
Exceptions
Not currently connected to a management group.