IAboutViewCopyright Property |
Gets or sets a small summary of the application's copyright information.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax string Copyright { get; set; }
Property Copyright As String
Get
Set
property String^ Copyright {
String^ get ();
void set (String^ value);
}
abstract Copyright : string with get, set
Property Value
Type:
StringSee Also