This document is archived and information here might be outdated. Recommended version. |
The values of the specified property.
[Visual Basic .NET]
Public Function SimpleGetProperty ( _
ByVal Name As String _
) As String
[C#]
public string SimpleGetProperty (
string Name
);
[C++]
HRESULT SimpleGetProperty(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR
Documentation for this property can be found at the IXmlPropertySet::SimpleGetProperty description.