'Declaration Public Sub SetPassword( _ ByVal index As Integer, _ ByVal newVal As String _ )
'Usage Dim instance As RTSPSecurity Dim index As Integer Dim newVal As String instance.SetPassword(index, newVal)
public void SetPassword( int index, string newVal )
public: void SetPassword( int index, String^ newVal )
Target Platforms
RTSPSecurity Class RTSPSecurity Members