BloombergFLP.CollectdWin.RelationValue.RelationValue C# (CSharp) Метод

RelationValue() публичный Метод

public RelationValue ( string hostname, string fqn ) : System
hostname string
fqn string
Результат System
        public RelationValue(string hostname, string fqn)
        {
            Fqn = fqn;
            HostName = hostname;

            PluginName = "WindowsAttributes";
            PluginInstanceName = "";
            TypeName = "";
            TypeInstanceName = "";
        }