ServiceModuleInfo.EntryPoint Propriedade

Definição

Obtém ou define o ponto de entrada de serviço que contém o nome do assembly junto com o nome de classe que representa este módulo de serviço.

public:
 property Microsoft::ServiceHub::Utility::ServiceEntryPoint ^ EntryPoint { Microsoft::ServiceHub::Utility::ServiceEntryPoint ^ get(); void set(Microsoft::ServiceHub::Utility::ServiceEntryPoint ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true, Name="entryPoint")]
public Microsoft.ServiceHub.Utility.ServiceEntryPoint EntryPoint { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="entryPoint")>]
member this.EntryPoint : Microsoft.ServiceHub.Utility.ServiceEntryPoint with get, set
Public Property EntryPoint As ServiceEntryPoint

Valor da propriedade

ServiceEntryPoint
Atributos

Aplica-se a