public int CurrentCount
Public CurrentCount As Integer
Dim instance As MutexBasicInformation
Dim value As Integer
value = instance.CurrentCount
instance.CurrentCount = value
public:
int CurrentCount
val mutable CurrentCount: int
No code example is currently available or this language may not be supported.