Share via


PropertyDefinition<T>(String, Nullable<T>) Constructor

Definition

Initializes a new instance of the PropertyDefinition<T> class.

protected:
 PropertyDefinition(System::String ^ name, Nullable<T> defaultValue);
protected PropertyDefinition (string name, T? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<'T (requires 'T : struct)> : string * Nullable<'T (requires 'T : struct)> -> Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition<'T (requires 'T : struct)>
Protected Sub New (name As String, defaultValue As Nullable(Of T))

Parameters

name
String

The name of the property.

defaultValue
Nullable<T>

The default value of the property.

Applies to