Discuss this help topic in SecureBlackbox Forum

TElWebDAVPropertyInfo Constructor

TElWebDAVPropertyInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Creates a new instance of TElWebDAVPropertyInfo class.

Declaration

[C#]
    TElWebDAVPropertyInfo(string NS, string Name, string Value);

[VB.NET]
    Sub New(ByVal NS As String, ByVal Name As String, ByVal Value As String)

[Pascal]
    constructor Create(const NS : string; const Name : string; const Value : string = "");

[C++]
    not available

[PHP]
    not available

[Java]
    public TElWebDAVPropertyInfo();
    public TElWebDAVPropertyInfo(String NS, String Name, String Value);

Parameters

  • Name - the name of the property.
  • NS - specifies property's namespace.
  • Value - the value of the property.

Description

    Use this method to create a new instance of TElWebDAVPropertyInfo.

See also:     Name     NS     Value    

Discuss this help topic in SecureBlackbox Forum