ExtensionManifestDataCopyright Property |
Gets the copyright.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "copyright", EmitDefaultValue = false)]
public string Copyright { get; set; }
<DataMemberAttribute(Name := "copyright", EmitDefaultValue := false)>
Public Property Copyright As String
Get
Set
public:
[DataMemberAttribute(Name = L"copyright", EmitDefaultValue = false)]
property String^ Copyright {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "copyright", EmitDefaultValue = false)>]
member Copyright : string with get, set
Property Value
Type:
StringThe copyright.
See Also