ServiceModuleInfo.EntryPoint Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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