Sdílet prostřednictvím


ServiceRegistration.ProfferingPackageId Property

Definition

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.

Applies to