11 lines
234 B
C#
11 lines
234 B
C#
namespace zero.Core.Options
|
|
{
|
|
public class ServiceOptions
|
|
{
|
|
/// <summary>
|
|
/// Define a YouTube API Key so the zero videopicker can display previews
|
|
/// </summary>
|
|
public string YouTubeApiKey { get; set; }
|
|
}
|
|
}
|