ServiceModuleInfo.EntryPoint Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- Atributos