NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IPresentedProperties.GetPresentedIPropertyDescriptor

[To be supplied.]

[Visual Basic]
Function GetPresentedIPropertyDescriptor( _
   ByVal property As String _
) As IPropertyDescriptor
[C#]
IPropertyDescriptor GetPresentedIPropertyDescriptor(
   string property
);
[C++]
IPropertyDescriptor* GetPresentedIPropertyDescriptor(
   String* property
) = 0;
[JScript]
function GetPresentedIPropertyDescriptor(
   property : String
) : IPropertyDescriptor;

Parameters

property
[To be supplied.]

See Also

IPresentedProperties Interface | IPresentedProperties Members | System.Data Namespace