Gets or sets the scheduled station ae title.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BroadQuery
Dim value As String
instance.ScheduledStationAeTitle = value
value = instance.ScheduledStationAeTitle |
Managed Extensions for C++ | |
---|
[ElementAttribute()]
public: __property string* get_ScheduledStationAeTitle();
public: __property void set_ScheduledStationAeTitle(
string* value
); |
Property Value
The scheduled station ae title.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also