PSOTLP.Types.ps1xml
|
<?xml version="1.0" encoding="utf-8"?> <Types> <Type> <Name>PSOTLP.Connections.OTLPConnection</Name> <Members> <ScriptProperty> <Name>DisplayName</Name> <GetScriptBlock> if ($this.ServiceName) { $this.ServiceName } else { 'PSOTLP' } </GetScriptBlock> </ScriptProperty> </Members> </Type> </Types> |