LumiSoft Net Help
WebDav_p_Default Constructor (nameSpace, name, value)
NamespacesLumiSoft.Net.WebDavWebDav_p_DefaultWebDav_p_Default(String, String, String)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public WebDav_p_Default(
	string nameSpace,
	string name,
	string value
)
Public Sub New ( 
	nameSpace As String,
	name As String,
	value As String
)
public:
WebDav_p_Default(
	String^ nameSpace, 
	String^ name, 
	String^ value
)
new : 
        nameSpace : string * 
        name : string * 
        value : string -> WebDav_p_Default
Parameters
nameSpace (String)
Property namespace.
name (String)
Property name.
value (String)
Property value.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when name is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119