Description Property

Summary

Gets or sets the textual description for the status code.

Syntax
C#
VB
C++
public string Description { get; set; } 
  
Public Property Description As String 
public: 
property String^ Description { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The textual description for the status code.

Remarks

This value is only used when Deny is set to true.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly