Microsoft.Protocols.TestTools.StackSdk.WsDiscovery.ProbeType.ProbeType C# (CSharp) Method

ProbeType() public method

Initializes a new instance of the ProbeType class without parameter
public ProbeType ( ) : System.Xml.Serialization
return System.Xml.Serialization
        public ProbeType()
        {
            this.scopesField = null;
            this.typesField = null;
        }

Same methods

ProbeType::ProbeType ( string types, string scopes, string matchBy ) : System.Xml.Serialization
ProbeType