Selerix Developer Tools
RelationType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ObjectsViewRelationAttribute Class : RelationType Property
Gets the relation type.
Syntax
'Declaration
 
Public ReadOnly Property RelationType As Type
'Usage
 
Dim instance As ObjectsViewRelationAttribute
Dim value As Type
 
value = instance.RelationType
public Type RelationType {get;}
public read-only property RelationType: Type; 
public function get RelationType : Type
public: __property Type* get_RelationType();
public:
property Type^ RelationType {
   Type^ get();
}

Property Value

the relation type
See Also

Reference

ObjectsViewRelationAttribute Class
ObjectsViewRelationAttribute Members