[Missing <summary> documentation for "P:NFF.FIKS.EnterpriseServices.Components.Entities.BroadcastingService.LogoUrl"]
public string LogoUrl { get; set; }
Public Property LogoUrl As String
Get
Set
public:
property String^ LogoUrl {
String^ get ();
void set (String^ value);
}
member LogoUrl : string with get, set