public string AETitle {get; set;}
'Declaration
Public Property AETitle As String
'Usage
Dim instance As AeInfo
Dim value As String
instance.AETitle = value
value = instance.AETitle
public:
property String^ AETitle {
String^ get();
void set ( String^ value);
}