SettablePropertyValue<T>.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The implicit conversion operator converts the specified value to the returned SettablePropertyValue<T> object.
public:
static operator Microsoft::EnterpriseManagement::Administration::SettablePropertyValue<T> ^(T value);
public static implicit operator Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<T> (T value);
static member op_Implicit : 'T -> Microsoft.EnterpriseManagement.Administration.SettablePropertyValue<'T (requires 'T : struct)>
Public Shared Widening Operator CType (value As T) As SettablePropertyValue(Of T)
Parameters
- value
- T
The value to implicitly convert to the returned SettablePropertyValue<T> object.
Returns
Returns a SettablePropertyValue<T> object.