Mp3StorageFrameCopyright Property |
Whether the Copyright bit is set.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool Copyright { get; }
Public ReadOnly Property Copyright As Boolean
Get
public:
property bool Copyright {
bool get ();
}
member Copyright : bool with get
Property Value
Type:
Boolean
true if copyright, false if not.
See Also