Sub DeleteProperty ( _ bstrPropertyName As String _ )
void DeleteProperty( string bstrPropertyName )
void DeleteProperty( [InAttribute] String^ bstrPropertyName )
abstract DeleteProperty : bstrPropertyName:string -> unit
function DeleteProperty( bstrPropertyName : String )