Initializes a new instance of the
ObjectsViewRelationAttribute class.
Syntax
'Declaration
Public Function New( _
ByVal As Type _
)
'Usage
Dim t As Type
Dim instance As New ObjectsViewRelationAttribute(t)
public ObjectsViewRelationAttribute(
Type
)
public ObjectsViewRelationAttribute(
: Type
);
public function ObjectsViewRelationAttribute(
: Type
);
public: ObjectsViewRelationAttribute(
Type*
)
public:
ObjectsViewRelationAttribute(
Type^
)
Parameters
- t
- The t.
See Also