BloombergFLP.CollectdWin.RelationValue.RelationValue C# (CSharp) Method

RelationValue() public method

public RelationValue ( string hostname, string fqn ) : System
hostname string
fqn string
return System
        public RelationValue(string hostname, string fqn)
        {
            Fqn = fqn;
            HostName = hostname;

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