ServiceRegistration.ProfferingPackageId 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 the ID of the package to load so that this service will actually be proffered.
public:
property System::Object ^ ProfferingPackageId { System::Object ^ get(); };
public object? ProfferingPackageId { get; }
member this.ProfferingPackageId : obj
Public ReadOnly Property ProfferingPackageId As Object
Property Value
Remarks
If this is null, the LoadProfferingPackageAsync(CancellationToken) method can be assumed to be a no-op.