Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipal.DisplayName

TElWebDAVPrincipal     


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


Returns the displayname of this principal.

Declaration

[C#]
    string DisplayName;

[VB.NET]
    Property DisplayName As String

[Pascal]
    property DisplayName : string;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Description

    Use this property to get the human readable name (description) of the principal.

Discuss this help topic in SecureBlackbox Forum