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.DeleteProperty (String, String, String)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Sub DeleteProperty( _
   ByVal configType As String, _
   ByVal selector As String, _
   ByVal PropertyName As String _
)
[C#]
public static void DeleteProperty(
   string configType,
   string selector,
   string PropertyName
);
[C++]
public: static void DeleteProperty(
   String* configType,
   String* selector,
   String* PropertyName
);
[JScript]
public static function DeleteProperty(
   configType : String,
   selector : String,
   PropertyName : String
);

Parameters

configType
[To be supplied.]
selector
[To be supplied.]
PropertyName
[To be supplied.]

See Also

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