Public Sub Set( _ ByVal Key As String, _ ByVal Value As String _ )
public void Set( string Key, string Value );
public: void Set( String __gc ^ Key, String __gc ^ Value );
public: HRESULT Set( BSTR Key, BSTR Value );
public void set( String Key, String Value );
def Set(self, Key:str, Value:str) -> None:
IAgKeyValueCollection Interface