Chili.Opf3 Send comments on this topic.
Name Property
See Also 
Chili.Opf3.Relations Namespace > RelationAttribute Class : Name Property




Specifies the name for the relation. The name should be unique in a persistent type.

Syntax

Visual Basic (Declaration) 
Public Property Name As String
Visual Basic (Usage)Copy Code
Dim instance As RelationAttribute
Dim value As String
 
instance.Name = value
 
value = instance.Name
C# 
public string Name {get; set;}
Managed Extensions for C++ 
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
C++/CLI 
public:
property String^ Name {
   String^ get();
   void set (String^ value);
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also