'Declaration<JetBrains.Annotations.NotNullAttribute()> Public ReadOnly Property DeliveryPathSelectionPolicy As UAPubSubDeliveryPathSelectionPolicy
'UsageDim instance As UAPublisherConfigurationResolutionParameters Dim value As UAPubSubDeliveryPathSelectionPolicy value = instance.DeliveryPathSelectionPolicy
[JetBrains.Annotations.NotNull()] public UAPubSubDeliveryPathSelectionPolicy DeliveryPathSelectionPolicy {get;}
[JetBrains.Annotations.NotNull()] public: property UAPubSubDeliveryPathSelectionPolicy^ DeliveryPathSelectionPolicy { UAPubSubDeliveryPathSelectionPolicy^ get(); }
Property Value
A policy object that determines how delivery paths are selected when resolving the publisher configuration. Currently, returns a default instance and cannot be changed.The value of this property cannot be null (Nothing in Visual Basic).