Share via


ServiceModuleInfo.EntryPoint Property

Definition

Gets or sets the service entry point containing name of the assembly along with the class name representing this service module.

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")]
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

Property Value

Attributes

Applies to