Edit

Share via


FormDescription.DisplayName Property

Definition

Returns or sets a String (string in C#) representing the name of the form, which is displayed in the Choose Forms dialog box. Read/write.

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public string DisplayName { get; set; }
Public Property DisplayName As String

Property Value

Remarks

If both the Name and FormDescription.DisplayName properties are empty, setting one will set the other. If one has been previously set, setting the other will not change the value.

Applies to