Gets or sets the priority.
Namespace: Composite.AspNetAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public Nullable<int> Priority { get; protected set; } |
Visual Basic |
---|
Public Property Priority As Nullable(Of Integer) Get Protected Set |
Visual C++ |
---|
public: property Nullable<int> Priority { Nullable<int> get (); protected: void set (Nullable<int> value); } |