Condividi tramite


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

Definizione

Inizializza una nuova istanza della classe PropertyDefinition<T>.

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))

Parametri

name
String

Nome della proprietà.

defaultValue
Nullable<T>

Valore predefinito della proprietà.

Si applica a