'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared Shadows ReadOnly Property FromDevice As UAAttributePointReadParameters
'Usage
Dim value As UAAttributePointReadParameters value = UAAttributePointReadParameters.FromDevice
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static UAAttributePointReadParameters FromDevice {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static property UAAttributePointReadParameters^ FromDevice { UAAttributePointReadParameters^ get(); }