←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly