Del via


PropertyDefinition<T> Class

Represents a property definition.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public MustInherit Class PropertyDefinition(Of T As {Structure, New}) _
    Inherits PropertyDefinition _
    Implements IPropertyDefinition
'Usage
Dim instance As PropertyDefinition(Of T)
public abstract class PropertyDefinition<T> : PropertyDefinition, 
    IPropertyDefinition
where T : struct, new()
generic<typename T>
where T : value class, gcnew()
public ref class PropertyDefinition abstract : public PropertyDefinition, 
    IPropertyDefinition
[<AbstractClassAttribute>]
type PropertyDefinition<'T when 'T : struct, new()> =  
    class
        inherit PropertyDefinition
        interface IPropertyDefinition
    end
JScript does not support generic types and methods.

Type Parameters

  • T

The PropertyDefinition<T> type exposes the following members.

Constructors

  Name Description
Protected method PropertyDefinition<T> Infrastructure.

Top

Properties

  Name Description
Public property Default The default value.
Public property Name The property name. (Inherited from PropertyDefinition.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.