PropertyDefinition(String) Constructor

Definition

Initializes a new instance of the PropertyDefinition class.

protected:
 PropertyDefinition(System::String ^ name);
protected PropertyDefinition (string name);
new Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition : string -> Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Protected Sub New (name As String)

Parameters

name
String

The name of the property.

Applies to