Share via


StringProperty(String, String) Constructor

Definition

Creates a new instance of the StringProperty class.

public:
 StringProperty(System::String ^ name, System::String ^ defaultValue);
public StringProperty (string name, string defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.StringProperty : string * string -> Microsoft.ReportingServices.RdlObjectModel.StringProperty
Public Sub New (name As String, defaultValue As String)

Parameters

name
String

The property name.

defaultValue
String

The default value.

Applies to