Fetches the specified named property's value.
[Visual Basic .NET] |
---|
Public Function Read( _ ByVal PropertyName As String _ ) As System.Object |
[C#] |
---|
public System.Object Read( string PropertyName ); |
[Managed C++] |
---|
public: VARIANT Read( String __gc ^ PropertyName ); |
[Unmanaged C++] |
---|
public: HRESULT Read( BSTR PropertyName, VARIANT * pValue ); |
[Java] |
---|
public AgVariant read( String PropertyName ); |
- PropertyName