public T Value { get; }
Public ReadOnly Property Value As T
Get
Dim instance As ComObjectDisposer
Dim value As T
value = instance.Value
public:
property T Value {
T get ();
}
member Value : 'T with get
No code example is currently available or this language may not be supported.