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!

ConfigManager.GetProperty (String, Selector, Int32, String)

This overload of the GetProperty method accepts a selector in string form. It attempts to create a Selector from this string. It also accepts a set of flags indicating the desired level of service.

[Visual Basic]
Overloads Public Shared Function GetProperty( _
   ByVal configType As String, _
   ByVal selector As Selector, _
   ByVal los As Integer, _
   ByVal PropertyName As String _
) As Object
[C#]
public static object GetProperty(
   string configType,
   Selector selector,
   int los,
   string PropertyName
);
[C++]
public: static Object* GetProperty(
   String* configType,
   Selector* selector,
   int los,
   String* PropertyName
);
[JScript]
public static function GetProperty(
   configType : String,
   selector : Selector,
   los : int,
   PropertyName : String
) : Object;

Parameters

configType
A String indicating the type of configuration information to be retrieved.
selector
An object deriving from Selector, that indicates the storage location of the configuration information to be retrieved.
los
An integer indicating one or more LevelOfService flags.
PropertyName
A String indicating the name of the property to be retrieved.

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.GetProperty Overload List