Share via


MergePublication.Priority Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public ReadOnly Property Priority As Single
    Get
'Usage
Dim instance As MergePublication
Dim value As Single

value = instance.Priority
public float Priority { get; }
public:
property float Priority {
    float get ();
}
member Priority : float32
function get Priority () : float

Property Value

Type: System.Single