SoapEntity Constructors
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.
Initializes a new instance of the SoapEntity class.
Overloads
SoapEntity() |
Initializes a new instance of the SoapEntity class. |
SoapEntity(String) |
Initializes a new instance of the SoapEntity class with an XML |
SoapEntity()
Initializes a new instance of the SoapEntity class.
public:
SoapEntity();
public SoapEntity ();
Public Sub New ()
Applies to
SoapEntity(String)
Initializes a new instance of the SoapEntity class with an XML ENTITY
attribute.
public:
SoapEntity(System::String ^ value);
public SoapEntity (string value);
new System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity : string -> System.Runtime.Remoting.Metadata.W3cXsd2001.SoapEntity
Public Sub New (value As String)
Parameters
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.