Gets or set the target's priority value.
Read-write property
[Visual Basic .NET] |
---|
Public Property Value() As Integer |
[C#] |
---|
public int Value {get; set;} |
[Managed C++] |
---|
public: __property int get_Value(); |
[Unmanaged C++] |
---|
public: HRESULT get_Value( int * pVal ); public: HRESULT put_Value( int val ); |
[Java] |
---|
public Integer getValue(); public void setValue( Integer ); |