Gets or sets the AE Title.
public string AETitle {get; set;}
'Declaration
Public Property AETitle As String
'Usage
Dim instance As Series
Dim value As String
instance.AETitle = value
value = instance.AETitle
public:
property String^ AETitle {
String^ get();
void set ( String^ value);
}
Property Value
A
System.String representing the AE Title to match against.