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